Home
last modified time | relevance | path

Searched refs:nIncReserve (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java325 nIncReserve(mNativePath, extraPtCount); in incReserve()
826 private static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java219 /*package*/ static void nIncReserve(long nPath, int extraPtCount) { in nIncReserve() method in Path_Delegate