Searched refs:preConcat (Results 1 – 17 of 17) 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()
73 textureMatrixInv.preConcat(flipV); in DrawLayer()
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()
160 matrix.preConcat(transform);
220 TMP_FILTER_COLOR_MATRIX.preConcat(TMP_BRIGHTNESS_COLOR_MATRIX); in updateThumbnailPaintFilter()
891 m.preConcat(matrix); in setMatrix()
5951 transformMatrix.preConcat(childMatrix); in invalidateChild()
23832 matrix.preConcat(getMatrix()); in transformMatrixToGlobal()
878 mFrameTransformation.getMatrix().preConcat(mFrameInitialMatrix); in stepAnimation()
1101 currentGroup.mStackedMatrix.preConcat(currentGroup.mLocalMatrix); in drawGroupTree()
441 matrix.preConcat(tempBrightnessMatrix);
10739 method public void preConcat(android.graphics.ColorMatrix);10865 method public boolean preConcat(android.graphics.Matrix);
13980 method public void preConcat(android.graphics.ColorMatrix);14351 method public boolean preConcat(android.graphics.Matrix);
5764 HSPLandroid/graphics/Matrix;->preConcat(Landroid/graphics/Matrix;)Z