HomeSort by relevance Sort by last modified time
    Searched defs:resetToSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 94 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) {
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
316 void resetToSize(int verbCount, int pointCount, int conicCount,
  /external/skia/include/core/
SkPathRef.h 94 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) {
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
316 void resetToSize(int verbCount, int pointCount, int conicCount,

Completed in 101 milliseconds