Searched refs:zoom_relative (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | desktop.h | 330 void zoom_relative (double cx, double cy, double zoom);
|
H A D | desktop.cpp | 946 zoom_relative(_quick_zoom_stored_area.midpoint()[Geom::X], _quick_zoom_stored_area.midpoint()[Geom::Y], 2.0); 1043 SPDesktop::zoom_relative (double cx, double cy, double zoom) function in class:SPDesktop
|
H A D | verbs.cpp | 1872 dt->zoom_relative( d.midpoint()[Geom::X], d.midpoint()[Geom::Y], mul*zoom_inc); 1889 dt->zoom_relative( d.midpoint()[Geom::X], d.midpoint()[Geom::Y], 1 / (mul*zoom_inc) );
|
Completed in 221 milliseconds