Searched refs:cap_rounding (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | dynamic-base.h | 101 double cap_rounding; member in class:Inkscape::UI::Tools::DynamicBase
|
H A D | dynamic-base.cpp | 59 , cap_rounding(0) 128 } else if (path == "cap_rounding") { 129 this->cap_rounding = value.getDouble();
|
H A D | calligraphic-tool.cpp | 114 this->cap_rounding = 0.0; 168 sp_event_context_read(this, "cap_rounding"); 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 D | eraser-tool.cpp | 134 {"cap_rounding",0.0, 0.0, 5.0} 149 sp_event_context_read(this, "cap_rounding"); 864 this->cap_rounding); 873 this->cap_rounding); 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 1402 milliseconds