Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp24 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeWinding()
100 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* writer) { in bridgeXor()
224 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 ComputeTightBounds() local
DSkPathOpsOp.cpp122 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp()
304 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
DSkPathOpsDebug.cpp272 const SkOpContourHead* contourList) { in missing_coincidence()
282 const SkOpContourHead* contourList) { in move_multiples()
290 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby()
343 void SkPathOpsDebug::ShowActiveSpans(SkOpContourHead* contourList) { in ShowActiveSpans()
363 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList) { in CheckHealth()