HomeSort by relevance Sort by last modified time
    Searched refs:resetToSize (Results 1 - 5 of 5) 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);
320 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);
320 void resetToSize(int verbCount, int pointCount, int conicCount,
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 61 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
146 ref->resetToSize(verbCount, pointCount, conicCount);
160 // resetToSize clears fSegmentMask and fIsOval
182 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt);
273 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(),
  /external/skia/src/core/
SkPathRef.cpp 61 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
146 ref->resetToSize(verbCount, pointCount, conicCount);
160 // resetToSize clears fSegmentMask and fIsOval
182 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt);
273 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(),
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 249 milliseconds