Home
last modified time | relevance | path

Searched defs:contourList (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp23 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
DSkPathOpsCommon.cpp159 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()
DSkPathOpsTightBounds.cpp61 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
DSkPathOpsOp.cpp122 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp()
304 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
DSkPathOpsDebug.cpp269 …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()