Lines Matching refs:contour
13 // wrap path to keep track of whether the contour is initialized and non-empty
195 check start and end of each contour
199 reassemble contour pieces into new path
218 SkDebugf("%s contour start=(%1.9g,%1.9g) end=(%1.9g,%1.9g)\n", __FUNCTION__,
222 // lengthen any partial contour adjacent to a simple segment
351 const SkPath& contour = fPartials[rIndex];
358 next = contour.getPoint(0);
360 SkAssertResult(contour.getLastPt(&next));
370 fPathPtr->addPath(contour,
374 fPathPtr->reversePathTo(contour);