Searched refs:contourList (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp173 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { argument
175 SkOpContour* contour = *contourList;
192 *contourList = contourHead;
202 static void calc_angles(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) {
203 DEBUG_STATIC_SET_PHASE(contourList);
204 SkOpContour* contour = contourList;
210 static bool missing_coincidence(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAMS()) {
211 DEBUG_STATIC_SET_PHASE(contourList);
212 SkOpContour* contour = contourList;
220 static bool move_multiples(SkOpContourHead* contourList DEBUG_COIN_DECLARE_PARAM
242 sort_angles(SkOpContourHead* contourList) argument
252 HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) argument
[all...]
H A DSkPathOpsSimplify.cpp13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple) { argument
16 SkOpSpan* span = FindSortableTop(contourList);
76 SkPathOpsDebug::ShowActiveSpans(contourList);
86 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple) { argument
89 SkOpSpan* span = FindUndone(contourList);
130 SkPathOpsDebug::ShowActiveSpans(contourList);
152 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); local
153 SkOpGlobalState globalState(contourList, &allocator
176 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
183 if (!SortContourList(&contourList, fals
[all...]
H A DSkPathOpsTightBounds.cpp53 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); local
54 SkOpGlobalState globalState(contourList, &allocator SkDEBUGPARAMS(false)
66 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
70 if (!SortContourList(&contourList, false, false)) {
74 SkOpContour* current = contourList;
H A DSkPathOpsOp.cpp98 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, argument
102 SkOpSpan* span = FindSortableTop(contourList);
129 SkPathOpsDebug::ShowActiveSpans(contourList);
172 SkPathOpsDebug::ShowActiveSpans(contourList);
223 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); local
224 SkOpGlobalState globalState(contourList, &allocator
258 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
268 contourList->dumpSegments("seg", op);
272 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask,
279 SkOpContour* current = contourList;
[all...]
H A DSkPathOpsDebug.h328 static void ShowActiveSpans(SkOpContourHead* contourList);
334 static void CheckHealth(class SkOpContourHead* contourList);
H A DSkPathOpsDebug.cpp256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
257 const SkOpContour* contour = contourList;
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
266 const SkOpContour* contour = contourList;
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { argument
276 const SkOpContour* contour = contourList;
329 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { argument
332 SkOpContour* contour = contourList;
349 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { argument
351 contourList
[all...]

Completed in 99 milliseconds