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

/inkscape/src/
H A Ddesktop.cpp792 zooms_future.clear();
875 push_current_zoom (zooms_future);
890 if (zooms_future.empty()) {
899 Geom::Rect future = zooms_future.front();
902 // remove the just-used zoom from the zooms_future list
903 zooms_future.pop_front();
H A Ddesktop.h183 std::list<Geom::Rect> zooms_future; member in class:SPDesktop

Completed in 848 milliseconds