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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp530 static void calculate_intersections(SPDesktop * /*desktop*/, SPItem* item, Geom::PathVector const &lineseg, SPCurve *curve, std::vector<double> &intersections) function in namespace:Inkscape::UI::Tools
1180 calculate_intersections(desktop, item, lineseg, SP_SHAPE(item)->getCurve(), intersection_times);
1203 calculate_intersections(desktop, item, lineseg, curve, intersection_times);

Completed in 17 milliseconds