Home
last modified time | relevance | path

Searched refs:isRightOf (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp662 if (next->isRightOf(fTop)) { in insertAbove()
680 if (next->isRightOf(fBottom)) { in insertBelow()
728 (top->fRightEnclosingEdge && !top->fRightEnclosingEdge->isRightOf(e->fTop)))) { in rewind()
748 } else if (c.sweep_lt(top->fPoint, leftTop->fPoint) && !edge->isRightOf(leftTop)) { in rewind_if_necessary()
753 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()
760 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) { in rewind_if_necessary()
765 !edge->fRight->isRightOf(bottom)) { in rewind_if_necessary()
849 !left->isLeftOf(right->fTop) || !right->isRightOf(left->fTop); in top_collinear()
857 !left->isLeftOf(right->fBottom) || !right->isRightOf(left->fBottom); in bottom_collinear()
936 if (!right->isRightOf(left->fTop)) { in intersectEdgePair()
[all …]
DGrTriangulator.h426 bool isRightOf(Vertex* v) const { return this->dist(v->fPoint) < 0.0; } in isRightOf() function
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp386 bool isRightOf(Vertex* v) const { in isRightOf() function
929 if (next->isRightOf(edge->fTop)) { in insert_edge_above()
947 if (next->isRightOf(edge->fBottom)) { in insert_edge_below()
1065 !left->isLeftOf(right->fTop) || !right->isRightOf(left->fTop); in top_collinear()
1073 !left->isLeftOf(right->fBottom) || !right->isRightOf(left->fBottom); in bottom_collinear()
1140 if (!right->isRightOf(left->fTop)) { in intersect_edge_pair()
1151 if (!right->isRightOf(left->fBottom)) { in intersect_edge_pair()
1493 SkASSERT(right->isRightOf(left->fBottom)); in validate_edge_pair()
1497 SkASSERT(right->isRightOf(left->fTop)); in validate_edge_pair()
1501 SkASSERT(right->isRightOf(left->fTop)); in validate_edge_pair()
[all …]