Home
last modified time | relevance | path

Searched defs:contourList (Results 1 – 9 of 9) 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 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 …]
DSkPathOpsSimplify.cpp13 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
DSkPathOpsTightBounds.cpp13 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in TightBounds() local
DSkOpSegment.h51 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections()
138 SkOpContourHead* contourList) const { in debugAddAlignIntersections()
DSkPathOpsOp.cpp87 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op, in bridgeOp()
252 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); in OpDebug() local
DSkPathOpsDebug.h128 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) \ argument
131 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) argument
DSkOpContour.h37 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections()
DSkOpSegment.cpp163 SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersection()
DSkPathOpsDebug.cpp167 void SkPathOpsDebug::CheckHealth(SkOpContourHead* contourList, const char* id) { in CheckHealth()