Searched defs:resetToSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h94 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) { function in class:SkPathRef::Editor
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
320 void resetToSize(int verbCount, int pointCount, int conicCount, function in class:SkPathRef
/external/skia/include/core/
H A DSkPathRef.h94 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) { function in class:SkPathRef::Editor
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
320 void resetToSize(int verbCount, int pointCount, int conicCount, function in class:SkPathRef

Completed in 47 milliseconds