Searched refs:isLeftOf (Results 1 – 1 of 1) sorted by relevance
266 bool isLeftOf(Vertex* v) const { in isLeftOf() function667 if (prev->isLeftOf(v)) { in find_enclosing_edges()682 (c.sweep_gt(next->fTop->fPoint, edge->fTop->fPoint) && edge->isLeftOf(next->fTop)) || in find_enclosing_edges()686 edge->isLeftOf(next->fBottom))) { in find_enclosing_edges()833 !edge->fPrevEdgeAbove->isLeftOf(edge->fTop))) { in merge_collinear_edges()836 !edge->isLeftOf(edge->fNextEdgeAbove->fTop))) { in merge_collinear_edges()840 !edge->fPrevEdgeBelow->isLeftOf(edge->fBottom))) { in merge_collinear_edges()843 !edge->isLeftOf(edge->fNextEdgeBelow->fBottom))) { in merge_collinear_edges()856 if (c.sweep_gt(top->fPoint, leftTop->fPoint) && !edge->fLeft->isLeftOf(top)) { in cleanup_active_edges()861 !edge->fLeft->isLeftOf(bottom)) { in cleanup_active_edges()[all …]