Searched refs:glitches (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
260 /* result |= */ contour->debugMissingCoincidence(glitches);
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
268 if (contour->debugMoveMultiples(glitches), false) {
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
278 contour->debugMoveNearby(glitches);
292 SkPathOpsDebug::GlitchLog glitches; local
297 missing_coincidence(&glitches, fContourHead);
299 move_multiples(&glitches, fContourHead);
301 move_nearby(&glitches, fContourHea
354 GlitchLog glitches; local
[all...]
H A DSkOpSegment.h141 void debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const;
142 void debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const;
153 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* glitches) const;
154 void debugMoveMultiples(SkPathOpsDebug::GlitchLog* glitches) const;
155 void debugMoveNearby(SkPathOpsDebug::GlitchLog* glitches) const;

Completed in 381 milliseconds