Searched defs:postConcat (Results 1 – 4 of 4) sorted by relevance
185 public void postConcat(ColorMatrix postmatrix) { in postConcat() method in ColorMatrix
296 public boolean postConcat(Matrix other) { in postConcat() method in Matrix
597 public boolean postConcat(Matrix other) { in postConcat() method in Matrix604 public boolean postConcat(_Original_Matrix other) { in postConcat() method in Matrix
224 static jboolean postConcat(JNIEnv* env, jobject clazz, SkMatrix* matrix, SkMatrix* other) { in postConcat() function in android::SkMatrixGlue