Searched defs:extraPtCount (Results 1 – 6 of 6) sorted by relevance
219 void incReserve(int extraPtCount) { in incReserve()
23 public static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve()
49 protected static void nIncReserve(long nPath, int extraPtCount) { in nIncReserve()
273 protected void incReserve(int extraPtCount) { in incReserve()
329 protected void incReserve(int extraPtCount) { in incReserve()
75 void SkPathBuilder::incReserve(int extraPtCount, int extraVbCount) { in incReserve()