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