Searched defs:rsplit (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dconic_section_clipper_impl.h138 void rsplit (std::list<Point> & points,
143 void rsplit (std::list<Point> & points,
281 void CLIPPER_CLASS::rsplit (std::list<Point> & points, function in class:Geom::CLIPPER_CLASS
294 rsplit (points, sp, ip, k);
295 rsplit (points, ip, fp, k);
310 void CLIPPER_CLASS::rsplit (std::list<Point> & points, function in class:Geom::CLIPPER_CLASS
328 rsplit (points, sp, ip, length);
329 rsplit (points, ip, fp, length);

Completed in 16 milliseconds