Searched refs:aHandle (Results 1 – 1 of 1) sorted by relevance
218 static void setConcat(jlong objHandle, jlong aHandle, jlong bHandle) { in setConcat() argument220 SkMatrix* a = reinterpret_cast<SkMatrix*>(aHandle); in setConcat()326 static jboolean equals(jlong aHandle, jlong bHandle) { in equals() argument327 const SkMatrix* a = reinterpret_cast<SkMatrix*>(aHandle); in equals()