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

/inkscape/src/2geom/
H A Dconic_section_clipper_impl.cpp312 * in to the "single_points" vector.
324 single_points.clear();
362 single_points.push_back (crossing_points[i]);
364 DBGPRINTCOLL ("single_points", single_points)
394 single_points.push_back (ls1->initialPoint());
410 single_points.push_back (ls2->initialPoint());
435 single_points.push_back (R.corner(i));
444 || (crossing_points.size() == 1 && single_points.empty()))
475 single_points
[all...]
H A Dconic_section_clipper_impl.h114 return ( !single_points.empty() );
119 return single_points;
154 std::vector<Point> single_points; member in class:Geom::CLIPPER_CLASS

Completed in 31 milliseconds