Searched defs:set_display_area (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | desktop.cpp | 783 SPDesktop::set_display_area (double x0, double y0, double x1, double y1, double border, bool log) function in class:SPDesktop 844 void SPDesktop::set_display_area(Geom::Rect const &a, Geom::Coord b, bool log) function in class:SPDesktop 846 set_display_area(a.min()[Geom::X], a.min()[Geom::Y], a.max()[Geom::X], a.max()[Geom::Y], b, log); 879 set_display_area (past.left(), past.top(), past.right(), past.bottom(), 0, false); 900 set_display_area (future.left(), future.top(), future.right(), future.bottom(), 0, false); 931 set_display_area(nodes, true); 940 set_display_area(*d, true); 949 set_display_area(_quick_zoom_stored_area, false); 975 set_display_area(cx - px * width2, 1062 set_display_area( [all...] |
Completed in 20 milliseconds