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

  /external/skia/include/private/
SkPathRef.h 96 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) {
97 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
402 void resetToSize(int verbCount, int pointCount, int conicCount,
  /external/skqp/include/private/
SkPathRef.h 96 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) {
97 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
402 void resetToSize(int verbCount, int pointCount, int conicCount,
  /external/skia/src/core/
SkPathRef.cpp 192 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
362 ref->resetToSize(verbCount, pointCount, conicCount);
420 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt);
511 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(),
  /external/skqp/src/core/
SkPathRef.cpp 192 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
357 ref->resetToSize(verbCount, pointCount, conicCount);
415 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt);
506 this->resetToSize(ref.fVerbCnt, ref.fPointCnt, ref.fConicWeights.count(),
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/skqp/tests/
PathTest.cpp     [all...]

Completed in 382 milliseconds