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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp89 static void add_cap(SPCurve *curve, Geom::Point const &from, Geom::Point const &to, double rounding);
970 add_cap(SPCurve *curve, function in namespace:Inkscape::UI::Tools
1018 add_cap(this->accumulated, dc_cal1_lastseg->finalPoint(), rev_cal2_firstseg->initialPoint(), this->cap_rounding);
1022 add_cap(this->accumulated, rev_cal2_lastseg->finalPoint(), dc_cal1_firstseg->initialPoint(), this->cap_rounding);
1099 add_cap(this->currentcurve, b2[0], b1[0], this->cap_rounding);
1178 add_cap(this->currentcurve, this->point1[this->npoints-1], this->point2[this->npoints-1], this->cap_rounding);
H A Deraser-tool.cpp804 add_cap(SPCurve *curve, function in namespace:Inkscape::UI::Tools
859 add_cap(this->accumulated,
868 add_cap(this->accumulated,
954 add_cap(this->currentcurve, b2[1], b2[0], b1[0], b1[1], this->cap_rounding);
1040 add_cap(this->currentcurve, this->point2[this->npoints-2], this->point2[this->npoints-1], this->point1[this->npoints-1], this->point1[this->npoints-2], this->cap_rounding);

Completed in 20 milliseconds