Searched refs:preConcat (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DTransformation.java111 mMatrix.preConcat(t.getMatrix());
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java186 public void preConcat(ColorMatrix prematrix) { method in class:ColorMatrix
H A DMatrix.java150 public boolean preConcat(Matrix other) {
417 public boolean preConcat(Matrix other) { method in class:Matrix
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp173 static jboolean preConcat(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { function in class:android::SkMatrixGlue
174 return obj->preConcat(*other);
385 {"native_preConcat","(II)Z", (void*) SkMatrixGlue::preConcat},
/frameworks/base/core/java/android/view/
H A DSurface.java855 m.preConcat(matrix);
H A DViewGroup.java4036 transformMatrix.preConcat(childMatrix);
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java842 mFrameTransformation.getMatrix().preConcat(mFrameInitialMatrix);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1200 transform.preConcat(*matrix);

Completed in 826 milliseconds