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/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DPathNatives.java23 public static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativePath.java49 protected static void nIncReserve(long nPath, int extraPtCount) { in nIncReserve()
DShadowLegacyPath.java273 protected void incReserve(int extraPtCount) { in incReserve()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java329 protected void incReserve(int extraPtCount) { in incReserve()
/external/skia/src/core/
DSkPathBuilder.cpp75 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve()