Searched refs:find_intersections (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dbasic-intersection.h52 void find_intersections(std::vector<std::pair<double, double> > &xs,
57 void find_intersections(std::vector<std::pair<double, double> > &xs,
62 void find_intersections(std::vector< std::pair<double, double> > &xs,
H A Dbasic-intersection.cpp50 // void find_intersections(std::vector<std::pair<double, double> > &xs,
61 // void find_intersections(std::vector< std::pair<double, double> > & xs,
75 void find_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom
83 void find_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom
95 void find_intersections(std::vector< std::pair<double, double> > & xs, function in namespace:Geom
172 find_intersections(section, pieces[i], pieces[j], precision);
H A Dbezier-curve.cpp169 find_intersections(xs, inner, bez->inner, eps);
/inkscape/src/live_effects/
H A Dlpe-knot.cpp179 find_intersections( times, paths[i][ii].toSBasis(), paths[j][jj].toSBasis() );

Completed in 19 milliseconds