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

/inkscape/src/
H A Ddesktop.cpp1163 SPDesktop::scroll_to_point (Geom::Point const &p, gdouble autoscrollspeed) argument
1202 if (autoscrollspeed == 0)
1203 autoscrollspeed = prefs->getDoubleLimited("/options/autoscrollspeed/value", 1, 0, 10);
1205 if (autoscrollspeed != 0)
1206 scroll_world (autoscrollspeed * moved_w);
H A Ddesktop.h351 bool scroll_to_point (Geom::Point const &s_dt, gdouble autoscrollspeed = 0);

Completed in 36 milliseconds