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

/inkscape/src/
H A Dsp-flowtext.cpp582 bool past = false; local
587 if ( (after == NULL) || past ) {
591 past = true;
H A Ddesktop.cpp878 Geom::Rect past = zooms_past.front(); local
879 set_display_area (past.left(), past.top(), past.right(), past.bottom(), 0, false);
881 // remove the just-added zoom from the past zooms list
895 // push current zoom into past zooms list

Completed in 37 milliseconds