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

/external/skia/src/gpu/
H A DGrTessellator.cpp312 * "edge below" a vertex as well as for the active edge list is handled by isLeftOf()/isRightOf().
321 * cancellation in the isLeftOf() and isRightOf() checks. Using doubles ensures that the result is
373 bool isRightOf(Vertex* v) const { function in struct:__anon17043::Edge
812 if ((c.sweep_lt(next->fTop->fPoint, edge->fTop->fPoint) && next->isRightOf(edge->fTop)) ||
815 next->isRightOf(edge->fBottom)) ||
851 if (next->isRightOf(edge->fTop)) {
869 if (next->isRightOf(edge->fBottom)) {
985 } else if (c.sweep_lt(top->fPoint, leftTop->fPoint) && !edge->isRightOf(leftTop)) {
990 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) {
997 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(to
[all...]

Completed in 102 milliseconds