Searched defs:contourList (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 63 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()
|
D | SkPathOpsSimplify.cpp | 13 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
|
D | SkPathOpsTightBounds.cpp | 13 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
|
D | SkPathOpsOp.cpp | 87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() 229 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
|