Lines Matching refs:contourList
87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() argument
91 SkOpSpan* span = FindSortableTop(contourList); in bridgeOp()
119 DebugShowActiveSpans(contourList); in bridgeOp()
164 DebugShowActiveSpans(contourList); in bridgeOp()
252 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
254 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(testName)); in OpDebug()
289 contourList->dumpSegments("seg", op); in OpDebug()
293 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
300 SkOpContour* current = contourList; in OpDebug()
310 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { in OpDebug()
314 contourList->dumpSegments("aligned"); in OpDebug()
320 bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper, &allocator); in OpDebug()