Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp63 SkOpSegment* FindUndone(SkOpContourHead* contourList, SkOpSpanBase** startPtr, in FindUndone()
145 void DebugShowActiveSpans(SkOpContourHead* contourList) { in DebugShowActiveSpans()
153 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { in SortContourList()
390 static void align(SkOpContourHead* contourList) { in align()
397 static void calcAngles(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in calcAngles()
404 static void missingCoincidence(SkOpContourHead* contourList, in missingCoincidence()
412 static void moveMultiples(SkOpContourHead* contourList) { in moveMultiples()
419 static void moveNearby(SkOpContourHead* contourList) { in moveNearby()
426 static void sortAngles(SkOpContourHead* contourList) { in sortAngles()
433 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence, in HandleCoincidence()
DSkPathOpsSimplify.cpp13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple, in bridgeWinding()
95 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple, in bridgeXor()
169 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in Simplify() local
DSkPathOpsTightBounds.cpp13 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
DSkPathOpsOp.cpp87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp()
229 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local