HomeSort by relevance Sort by last modified time
    Searched refs:debugMissingCoincidence (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkOpContour.h 104 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const;
221 // Please keep this aligned with debugMissingCoincidence()
SkOpSegment.h 149 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* glitches) const;
SkPathOpsDebug.cpp 260 /* result |= */ contour->debugMissingCoincidence(glitches);
360 contour->debugMissingCoincidence(&glitches);
804 debugMissingCoincidence(glitches);
862 void SkOpSegment::debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const {
    [all...]

Completed in 76 milliseconds