Searched refs:resetToSize (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 145 void resetToSize(int newVerbCnt, int newPointCnt, int newConicCount) { in resetToSize() function in final::Editor 146 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount); in resetToSize() 421 void resetToSize(int verbCount, int pointCount, int conicCount, in resetToSize() function in final
|
/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 241 (*pathRef)->resetToSize(0, 0, 0, oldVCnt, oldPCnt); 310 this->resetToSize(ref.fVerbs.count(), ref.fPoints.count(), ref.fConicWeights.count(),
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 4246 ed.resetToSize(0, 0, 0); in TestPathRef() 4257 ed.resetToSize(0, 0, 0); in TestPathRef() 4268 ed.resetToSize(0, 0, 0); in TestPathRef() 4282 ed.resetToSize(0, 0, 0); in TestPathRef() 4293 ed.resetToSize(0, 0, 0); in TestPathRef() 5514 // <== use a copy path object to force SkPathRef::copy() and SkPathRef::resetToSize() in DEF_TEST()
|
Completed in 11 milliseconds