Searched refs:preConcat (Results 1 – 9 of 9) sorted by relevance
111 mMatrix.preConcat(t.getMatrix()); in compose()
186 public void preConcat(ColorMatrix prematrix) { in preConcat() method in ColorMatrix
147 public boolean preConcat(Matrix other) {424 public boolean preConcat(Matrix other) { in preConcat() method in Matrix
173 static jboolean preConcat(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { in preConcat() function in android::SkMatrixGlue174 return obj->preConcat(*other); in preConcat()385 {"native_preConcat","(II)Z", (void*) SkMatrixGlue::preConcat},
480 m.preConcat(matrix); in setMatrix()
4279 transformMatrix.preConcat(childMatrix); in invalidateChild()
890 mFrameTransformation.getMatrix().preConcat(mFrameInitialMatrix); in stepAnimation()
1534 transform.preConcat(*matrix); in concatMatrix()
9204 method public void preConcat(android.graphics.ColorMatrix);9327 method public boolean preConcat(android.graphics.Matrix);