Searched refs:SortContourList (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCommon.h24 bool SortContourList(SkOpContourHead** , bool evenOdd, bool oppEvenOdd);
H A DSkPathOpsTightBounds.cpp70 if (!SortContourList(&contourList, false, false)) {
H A DSkPathOpsSimplify.cpp183 if (!SortContourList(&contourList, false, false)) {
H A DSkPathOpsCommon.cpp173 bool SortContourList(SkOpContourHead** contourList, bool evenOdd, bool oppEvenOdd) { function
H A DSkPathOpsOp.cpp272 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask,

Completed in 259 milliseconds