Searched defs:contourList (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding() 89 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor() 155 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in SimplifyDebug() local
|
D | SkPathOpsCommon.cpp | 154 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { in SortContourList() 223 static bool sort_angles(SkOpContourHead* contourList) { in sort_angles() 233 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence()
|
D | SkPathOpsTightBounds.cpp | 52 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
|
D | SkPathOpsOp.cpp | 109 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() 291 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
|
D | SkPathOpsDebug.cpp | 256 …void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() 265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList)… in move_multiples() 275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() 329 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { in ShowActiveSpans() 349 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { in CheckHealth()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding() 89 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor() 155 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in SimplifyDebug() local
|
D | SkPathOpsCommon.cpp | 154 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { in SortContourList() 223 static bool sort_angles(SkOpContourHead* contourList) { in sort_angles() 233 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence()
|
D | SkPathOpsTightBounds.cpp | 49 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
|
D | SkPathOpsOp.cpp | 109 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() 291 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
|
D | SkPathOpsDebug.cpp | 256 …void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() 265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList)… in move_multiples() 275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() 329 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { in ShowActiveSpans() 349 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { in CheckHealth()
|