Home
last modified time | relevance | path

Searched refs:debugMissingCoincidence (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpContour.h103 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const;
220 // Please keep this aligned with debugMissingCoincidence()
H A DSkPathOpsDebug.cpp260 /* result |= */ contour->debugMissingCoincidence(glitches); in missing_coincidence()
360 contour->debugMissingCoincidence(&glitches); in CheckHealth()
781 debugMissingCoincidence(glitches); in debugCheckHealth()
839 void SkOpSegment::debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const { in debugMissingCoincidence() function in SkOpSegment
2307 void SkOpContour::debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const { in debugMissingCoincidence() function in SkOpContour
2312 if (segment->debugMissingCoincidence(log), false) { in debugMissingCoincidence()
H A DSkOpSegment.h149 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* glitches) const;

Completed in 7 milliseconds