Searched defs:contourList (Results 1 – 9 of 9) 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 addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections() 404 static void calcAngles(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in calcAngles() 411 static void findCollapsed(SkOpContourHead* contourList) { in findCollapsed() 418 static bool missingCoincidence(SkOpContourHead* contourList, in missingCoincidence() 428 static bool moveMultiples(SkOpContourHead* contourList) { in moveMultiples() 438 static void moveNearby(SkOpContourHead* contourList) { in moveNearby() [all …]
|
D | SkPathOpsSimplify.cpp | 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple, in bridgeWinding() 102 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple, in bridgeXor() 182 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in Simplify() local
|
D | SkPathOpsTightBounds.cpp | 13 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
|
D | SkOpSegment.h | 51 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections() 138 SkOpContourHead* contourList) const { in debugAddAlignIntersections()
|
D | SkPathOpsOp.cpp | 87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp() 252 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
|
D | SkPathOpsDebug.h | 128 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) \ argument 131 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) argument
|
D | SkOpContour.h | 37 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections()
|
D | SkOpSegment.cpp | 163 SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersection()
|
D | SkPathOpsDebug.cpp | 167 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList, const char* id) { in CheckHealth()
|