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