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()
291 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
292 SkOpGlobalState globalState(contourList, &allocator in OpDebug()
306 SkOpEdgeBuilder builder(*minuend, contourList, &globalState); in OpDebug()
316 contourList->dumpSegments("seg", op); in OpDebug()
320 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
327 SkOpContour* current = contourList; in OpDebug()
337 bool success = HandleCoincidence(contourList, &coincidence); in OpDebug()
345 contourList->dumpSegments("aligned"); in OpDebug()
352 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()