Searched defs:native_incReserve (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java205 /*package*/ static void native_incReserve(int nPath, int extraPtCount) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java206 native_incReserve(mNativePath, extraPtCount);
619 private static native void native_incReserve(int nPath, int extraPtCount); method in class:Path

Completed in 76 milliseconds