Lines Matching defs:contourList
109 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op,
115 SkOpSpan* span = FindSortableTop(contourList);
143 SkPathOpsDebug::ShowActiveSpans(contourList);
195 SkPathOpsDebug::ShowActiveSpans(contourList);
291 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
292 SkOpGlobalState globalState(contourList, &allocator
306 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
316 contourList->dumpSegments("seg", op);
320 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask,
327 SkOpContour* current = contourList;
337 bool success = HandleCoincidence(contourList, &coincidence);
345 contourList->dumpSegments("aligned");
352 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) {