Searched refs:bHandle (Results 1 – 1 of 1) sorted by relevance
215 static void setConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong aHandle, jlong bHandle) { in setConcat() argument218 SkMatrix* b = reinterpret_cast<SkMatrix*>(bHandle); in setConcat()323 static jboolean equals(CRITICAL_JNI_PARAMS_COMMA jlong aHandle, jlong bHandle) { in equals() argument325 const SkMatrix* b = reinterpret_cast<SkMatrix*>(bHandle); in equals()