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

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp603 double length_change; local
607 length_change = 1.0 / _desktop->current_zoom() * dir;
610 length_change = prefs->getDoubleLimited("/options/defaultscale/value", 2, 1, 1000, "px");
611 length_change *= dir;
613 double scale = (maxext + length_change) / maxext;
H A Dpath-manipulator.cpp837 double length_change; local
840 length_change = 1.0 / _desktop->current_zoom() * dir;
843 length_change = prefs->getDoubleLimited("/options/defaultscale/value", 2, 1, 1000, "px");
844 length_change *= dir;
852 relpos = Geom::unit_vector(nh->position() - n->position()) * length_change;
856 relpos *= ((rellen + length_change) / rellen);

Completed in 21 milliseconds