Searched defs:sweep_lt (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTessellator.cpp135 * are re-ordered by the merge sort according to the sweep_lt comparator (usually, increasing
190 bool sweep_lt(const SkPoint& a, const SkPoint& b) const { function in struct:__anon17043::Comparator
352 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
771 int winding = c.sweep_lt(prev->fPoint, next->fPoint) ? 1 : -1;
812 if ((c.sweep_lt(next->fTop->fPoint, edge->fTop->fPoint) && next->isRightOf(edge->fTop)) ||
813 (c.sweep_lt(edge->fTop->fPoint, next->fTop->fPoint) && edge->isLeftOf(next->fTop)) ||
814 (c.sweep_lt(edge->fBottom->fPoint, next->fBottom->fPoint) &&
816 (c.sweep_lt(next->fBottom->fPoint, edge->fBottom->fPoint) &&
844 c.sweep_lt(edge->fBottom->fPoint, edge->fTop->fPoint)) {
862 c.sweep_lt(edg
[all...]

Completed in 52 milliseconds