Searched defs:preConcat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java215 public void preConcat(ColorMatrix prematrix) { method in class:ColorMatrix
H A DMatrix.java147 public boolean preConcat(Matrix other) {
447 public boolean preConcat(Matrix other) { method in class:Matrix
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp151 static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { function in class:android::SkMatrixGlue
154 obj->preConcat(*other);
334 {"native_preConcat","!(JJ)V", (void*) SkMatrixGlue::preConcat},

Completed in 84 milliseconds