Lines Matching refs:contourList
109 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() argument
115 SkOpSpan* span = FindSortableTop(contourList); in bridgeOp()
143 SkPathOpsDebug::ShowActiveSpans(contourList); in bridgeOp()
195 SkPathOpsDebug::ShowActiveSpans(contourList); in bridgeOp()
293 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
294 SkOpGlobalState globalState(contourList, &allocator in OpDebug()
308 SkOpEdgeBuilder builder(*minuend, contourList, &globalState); in OpDebug()
318 contourList->dumpSegments("seg", op); in OpDebug()
322 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
329 SkOpContour* current = contourList; in OpDebug()
339 bool success = HandleCoincidence(contourList, &coincidence); in OpDebug()
347 contourList->dumpSegments("aligned"); in OpDebug()
354 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()