Searched refs:incReserve (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp110 static void incReserve(JNIEnv* env, jobject clazz, jlong objHandle, jint extraPtCount) { function in class:android::SkPathGlue
112 obj->incReserve(extraPtCount);
493 {"native_incReserve","(JI)V", (void*) SkPathGlue::incReserve},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java304 public void incReserve(int extraPtCount) { method in class:Path

Completed in 72 milliseconds