Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp644 if (prev->isLeftOf(v)) { in FindEnclosingEdges()
727 ((top->fLeftEnclosingEdge && !top->fLeftEnclosingEdge->isLeftOf(e->fTop)) || in rewind()
746 if (c.sweep_lt(leftTop->fPoint, top->fPoint) && !edge->fLeft->isLeftOf(top)) { in rewind_if_necessary()
751 !edge->fLeft->isLeftOf(bottom)) { in rewind_if_necessary()
762 } else if (c.sweep_lt(top->fPoint, rightTop->fPoint) && !edge->isLeftOf(rightTop)) { in rewind_if_necessary()
768 !edge->isLeftOf(rightBottom)) { 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()
931 if (!left->isLeftOf(right->fTop)) { in intersectEdgePair()
942 if (!left->isLeftOf(right->fBottom)) { in intersectEdgePair()
[all …]
DGrTriangulator.h427 bool isLeftOf(Vertex* v) const { return this->dist(v->fPoint) > 0.0; } in isLeftOf() function
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp389 bool isLeftOf(Vertex* v) const { in isLeftOf() function
911 if (prev->isLeftOf(v)) { in find_enclosing_edges()
1065 !left->isLeftOf(right->fTop) || !right->isRightOf(left->fTop); in top_collinear()
1073 !left->isLeftOf(right->fBottom) || !right->isRightOf(left->fBottom); in bottom_collinear()
1135 if (!left->isLeftOf(right->fTop)) { in intersect_edge_pair()
1146 if (!left->isLeftOf(right->fBottom)) { in intersect_edge_pair()
1492 SkASSERT(left->isLeftOf(right->fBottom)); in validate_edge_pair()
1495 SkASSERT(left->isLeftOf(right->fTop)); in validate_edge_pair()
1500 SkASSERT(left->isLeftOf(right->fTop)); in validate_edge_pair()
1503 SkASSERT(left->isLeftOf(right->fBottom)); in validate_edge_pair()