Searched defs:contourList (Results 1 – 5 of 5) sorted by relevance
| /external/skia/src/pathops/ |
| D | SkPathOpsSimplify.cpp | 23 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding() 99 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor() 165 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in SimplifyDebug() local
|
| D | SkPathOpsCommon.cpp | 159 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { in SortContourList() 228 static bool sort_angles(SkOpContourHead* contourList) { in sort_angles() 238 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence()
|
| D | SkPathOpsTightBounds.cpp | 61 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
|
| D | SkPathOpsOp.cpp | 122 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() 304 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
|
| D | SkPathOpsDebug.cpp | 269 …void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() 278 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList)… in move_multiples() 286 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() 340 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { in ShowActiveSpans() 360 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { in CheckHealth()
|