Searched refs:valHandle (Results 1 – 1 of 1) sorted by relevance
49 static jlong init_Path(JNIEnv* env, jclass clazz, jlong valHandle) { in init_Path() argument50 SkPath* val = reinterpret_cast<SkPath*>(valHandle); in init_Path()