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

/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp74 attach_start(_("Start offset:"), _("Taper distance from path start"), "attach_start", &wr, this, 0.2),
83 attach_start.param_set_digits(3);
87 registerParameter(&attach_start);
209 if ( attach_start >= (size - attach_end) ) {
210 attach_end.param_set_value( size - attach_start );
215 if (attach_start == size - attach_end) {
218 if (attach_end == size - attach_start) {
224 if (double(unsigned(attach_start)) == attach_start) {
[all...]
H A Dlpe-taperstroke.h45 ScalarParam attach_start; member in class:Inkscape::LivePathEffect::LPETaperStroke

Completed in 29 milliseconds