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

/inkscape/src/ui/tools/
H A Dfreehand-base.h129 void spdc_endpoint_snap_free(ToolBase const *ec, Geom::Point &p, boost::optional<Geom::Point> &start_of_line, guint state);
H A Dfreehand-base.cpp617 void spdc_endpoint_snap_free(ToolBase const * const ec, Geom::Point& p, boost::optional<Geom::Point> &start_of_line, guint const /*state*/) argument
628 if (start_of_line) {
629 scp.addOrigin(*start_of_line);

Completed in 17 milliseconds