Searched refs:preConcat (Results 1 – 18 of 18) sorted by relevance
263 static void preConcat(jlong objHandle, jlong otherHandle) { in preConcat() function in android::SkMatrixGlue266 obj->preConcat(*other); in preConcat()370 {"nPreConcat","(JJ)V", (void*) SkMatrixGlue::preConcat},
125 mMatrix.preConcat(t.getMatrix()); in compose()
213 public void preConcat(ColorMatrix prematrix) { in preConcat() method in ColorMatrix
154 public boolean preConcat(Matrix other) {456 public boolean preConcat(Matrix other) { in preConcat() method in Matrix
146 filterMatrix.preConcat(brightnessMatrix); in getDisabledColorFilter()
90 textureMatrixInv.preConcat(flipV); in DrawLayer()
160 matrix.preConcat(transform);
220 TMP_FILTER_COLOR_MATRIX.preConcat(TMP_BRIGHTNESS_COLOR_MATRIX); in updateThumbnailPaintFilter()
910 m.preConcat(matrix); in setMatrix()
5995 transformMatrix.preConcat(childMatrix); in invalidateChild()
24377 matrix.preConcat(getMatrix()); in transformMatrixToGlobal()
1101 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
879 mFrameTransformation.getMatrix().preConcat(mFrameInitialMatrix); in stepAnimation()
459 matrix.preConcat(tempBrightnessMatrix);
10739 method public void preConcat(android.graphics.ColorMatrix);10865 method public boolean preConcat(android.graphics.Matrix);
13997 method public void preConcat(android.graphics.ColorMatrix);14368 method public boolean preConcat(android.graphics.Matrix);
5764 HSPLandroid/graphics/Matrix;->preConcat(Landroid/graphics/Matrix;)Z