Searched refs:are_paired (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dconic_section_clipper_impl.h126 bool are_paired (Point & M, const Point & P1, const Point & P2) const;
H A Dconic_section_clipper_impl.cpp217 bool CLIPPER_CLASS::are_paired (Point& M, const Point & P1, const Point & P2) const function in class:Geom::CLIPPER_CLASS
227 DBGPRINT ("CLIP: are_paired: first point: ", P1)
228 DBGPRINT ("CLIP: are_paired: second point: ", P2)
242 DBGPRINT ("CLIP: are_paired: extrema: rts.size() = ", rts.size())
340 if (are_paired (M, crossing_points[j], crossing_points[i]))

Completed in 15 milliseconds