Home
last modified time | relevance | path

Searched defs:extraPtCount (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkPathBuilder.h219 void incReserve(int extraPtCount) { in incReserve()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativePath.java63 protected static void nIncReserve(long nPath, int extraPtCount) { in nIncReserve()
DShadowLegacyPath.java270 protected void incReserve(int extraPtCount) { in incReserve()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DPathNatives.java23 public static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve()
/external/skia/src/core/
DSkPathBuilder.cpp76 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve()
DSkPath.cpp678 void SkPath::incReserve(int extraPtCount, int extraVerbCount, int extraConicCount) { in incReserve()