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

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp91 static void incReserve(JNIEnv* env, jobject clazz, SkPath* obj, jint extraPtCount) { function in class:android::SkPathGlue
92 obj->incReserve(extraPtCount);
279 {"native_incReserve","(II)V", (void*) SkPathGlue::incReserve},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java209 public void incReserve(int extraPtCount) { method in class:Path

Completed in 23 milliseconds