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