Home
last modified time | relevance | path

Searched defs:incReserve (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/core/
DSkPathBuilder.h219 void incReserve(int extraPtCount) { in incReserve() function
/external/skia/bench/
DPathOpsBench.cpp123 void incReserve(int) {} in incReserve() function
/external/skia/include/private/
DSkPathRef.h397 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java273 protected void incReserve(int extraPtCount) { in incReserve() method in ShadowLegacyPath
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java329 protected void incReserve(int extraPtCount) { in incReserve() method in ShadowPath
/external/skia/src/core/
DSkPathBuilder.cpp75 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve() function in SkPathBuilder
DSkPath.cpp665 void SkPath::incReserve(int inc) { in incReserve() function in SkPath