Searched refs:aHandle (Results 1 – 1 of 1) sorted by relevance
213 static void setConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong aHandle, jlong bHandle) { in setConcat() argument215 SkMatrix* a = reinterpret_cast<SkMatrix*>(aHandle); in setConcat()321 static jboolean equals(CRITICAL_JNI_PARAMS_COMMA jlong aHandle, jlong bHandle) { in equals() argument322 const SkMatrix* a = reinterpret_cast<SkMatrix*>(aHandle); in equals()