Searched defs:glitches (Results 1 - 1 of 1) 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...]

Completed in 82 milliseconds