Lines Matching refs:contourList
13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding() argument
16 SkOpSpan* span = FindSortableTop(contourList); in bridgeWinding()
79 SkPathOpsDebug::ShowActiveSpans(contourList); in bridgeWinding()
89 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor() argument
93 SkOpSpan* span = FindUndone(contourList); in bridgeXor()
134 SkPathOpsDebug::ShowActiveSpans(contourList); in bridgeXor()
155 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in SimplifyDebug() local
156 SkOpGlobalState globalState(contourList, &allocator in SimplifyDebug()
170 SkOpEdgeBuilder builder(path, contourList, &globalState); in SimplifyDebug()
177 if (!SortContourList(&contourList, false, false)) { in SimplifyDebug()
183 SkOpContour* current = contourList; in SimplifyDebug()
192 bool success = HandleCoincidence(contourList, &coincidence); in SimplifyDebug()
206 if (builder.xorMask() == kWinding_PathOpsMask ? !bridgeWinding(contourList, &wrapper) in SimplifyDebug()
207 : !bridgeXor(contourList, &wrapper)) { in SimplifyDebug()