Lines Matching refs:contourList
256 …void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() argument
257 const SkOpContour* contour = contourList; in missing_coincidence()
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList)… in move_multiples() argument
266 const SkOpContour* contour = contourList; in move_multiples()
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() argument
276 const SkOpContour* contour = contourList; in move_nearby()
329 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { in ShowActiveSpans() argument
332 SkOpContour* contour = contourList; in ShowActiveSpans()
349 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { in CheckHealth() argument
351 contourList->globalState()->debugSetCheckHealth(true); in CheckHealth()
355 const SkOpContour* contour = contourList; in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
426 contourList->globalState()->debugSetCheckHealth(false); in CheckHealth()
430 ShowActiveSpans(contourList); in CheckHealth()