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

  /external/skia/include/core/
SkPathRef.h 93 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) {
94 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
350 void resetToSize(int verbCount, int pointCount, int conicCount,
  /external/skia/src/core/
SkPathRef.cpp 75 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
156 ref->resetToSize(verbCount, pointCount, conicCount);
170 // resetToSize clears fSegmentMask and fIsOval
195 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt);
286 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(),
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 395 milliseconds