Lines Matching refs:contour
257 const SkOpContour* contour = contourList;
260 /* result |= */ contour->debugMissingCoincidence(glitches);
261 } while ((contour = contour->next()));
266 const SkOpContour* contour = contourList;
268 if (contour->debugMoveMultiples(glitches), false) {
271 } while ((contour = contour->next()));
276 const SkOpContour* contour = contourList;
278 contour->debugMoveNearby(glitches);
279 } while ((contour = contour->next()));
332 SkOpContour* contour = contourList;
334 contour->debugShowActiveSpans(&str);
335 } while ((contour = contour->next()));
355 const SkOpContour* contour = contourList;
356 const SkOpCoincidence* coincidence = contour->globalState()->coincidence();
359 contour->debugCheckHealth(&glitches);
360 contour->debugMissingCoincidence(&glitches);
361 } while ((contour = contour->next()));
1094 this->init(this->fPts, this->fWeight, this->contour(), this->verb());
2803 SkOpPhase phase = contour()->globalState()->phase();
2896 for (int contour = 0; contour < rectCount; ++contour) {
2897 const SkRect& rect = rects[contour];
2899 rect.fRight, rect.fBottom, directions[contour] == SkPathDirection::kCCW