Searched defs:contourList (Results 1 - 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 13 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); local 14 SkOpGlobalState globalState(NULL, contourList); 20 if (!SortContourList(&contourList, false, false)) { 24 SkOpContour* current = contourList;
|
H A D | SkPathOpsSimplify.cpp | 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple, argument 17 SkOpSpan* span = FindSortableTop(contourList); 43 DebugShowActiveSpans(contourList); 84 DebugShowActiveSpans(contourList); 95 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple, argument 102 while ((current = FindUndone(contourList, &start, &end))) { 106 DebugShowActiveSpans(contourList); 120 DebugShowActiveSpans(contourList); 147 DebugShowActiveSpans(contourList); 169 SkOpContourHead* contourList local [all...] |
H A D | SkPathOpsOp.cpp | 87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, argument 91 SkOpSpan* span = FindSortableTop(contourList); 117 DebugShowActiveSpans(contourList); 158 DebugShowActiveSpans(contourList); 229 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); local 231 SkOpGlobalState globalState(&coincidence, contourList); 270 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, 277 SkOpContour* current = contourList; 287 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { 294 bridgeOp(contourList, o [all...] |
H A D | SkPathOpsCommon.cpp | 63 SkOpSegment* FindUndone(SkOpContourHead* contourList, SkOpSpanBase** startPtr, argument 66 SkOpContour* contour = contourList; 145 void DebugShowActiveSpans(SkOpContourHead* contourList) { argument 146 SkOpContour* contour = contourList; 153 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { argument 155 SkOpContour* contour = *contourList; 172 *contourList = contourHead; 390 static void align(SkOpContourHead* contourList) { 391 SkOpContour* contour = contourList; 397 static void calcAngles(SkOpContourHead* contourList, SkChunkAllo [all...] |
Completed in 74 milliseconds