Searched refs:fPartials (Results 1 – 4 of 4) sorted by relevance
42 const SkTArray<SkPath>& partials() const { return fPartials; } in partials()47 SkTArray<SkPath> fPartials; // contours with mismatched starts and ends variable
102 fPartials.push_back(fCurrent); in finishContour()214 SkASSERT(endCount == fPartials.count() * 2); in assemble()257 SkPath& partial = const_cast<SkPath&>(fPartials[pIndex >> 1]); in assemble()354 const SkPath& contour = fPartials[rIndex]; in assemble()
102 fPartials.push_back(fCurrent); in finishContour()211 SkASSERT(endCount == fPartials.count() * 2); in assemble()254 SkPath& partial = const_cast<SkPath&>(fPartials[pIndex >> 1]); in assemble()351 const SkPath& contour = fPartials[rIndex]; in assemble()