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