Searched refs:SortContourList (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 20 if (!SortContourList(&contourList, false, false)) { in TightBounds()
|
D | SkPathOpsCommon.h | 26 bool SortContourList(SkOpContourHead** , bool evenOdd, bool oppEvenOdd);
|
D | SkPathOpsSimplify.cpp | 194 if (!SortContourList(&contourList, false, false)) { in Simplify()
|
D | SkPathOpsOp.cpp | 293 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
|
D | SkPathOpsCommon.cpp | 153 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { in SortContourList() function
|