Searched defs:isLeftOf (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
376 bool isLeftOf(Vertex* v) const { function in struct:__anon17043::Edge
799 if (prev->isLeftOf(v)) {
813 (c.sweep_lt(edge->fTop->fPoint, next->fTop->fPoint) && edge->isLeftOf(next->fTop)) ||
817 edge->isLeftOf(next->fBottom))) {
960 !edge->fPrevEdgeAbove->isLeftOf(edge->fTop))) {
963 !edge->isLeftOf(edge->fNextEdgeAbove->fTop))) {
967 !edge->fPrevEdgeBelow->isLeftOf(edge->fBottom))) {
970 !edge->isLeftOf(edg
[all...]

Completed in 160 milliseconds