Searched refs:is_scrolling (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Ddesktop.h352 void scroll_world (double dx, double dy, bool is_scrolling = false);
353 void scroll_world (Geom::Point const &scroll, bool is_scrolling = false)
355 scroll_world(scroll[Geom::X], scroll[Geom::Y], is_scrolling);
357 void scroll_world_in_svg_coords (double dx, double dy, bool is_scrolling = false);
H A Dsp-namedview.h97 void scrollAllDesktops(double dx, double dy, bool is_scrolling);
H A Ddesktop.cpp1134 SPDesktop::scroll_world_in_svg_coords (double dx, double dy, bool is_scrolling) argument
1137 scroll_world(dx*scale, dy*scale, is_scrolling);
1144 SPDesktop::scroll_world (double dx, double dy, bool is_scrolling) argument
1150 canvas->scrollTo(viewbox.min()[Geom::X] - dx, viewbox.min()[Geom::Y] - dy, FALSE, is_scrolling);
H A Dsp-namedview.cpp1192 void SPNamedView::scrollAllDesktops(double dx, double dy, bool is_scrolling) { argument
1194 (*it)->scroll_world_in_svg_coords(dx, dy, is_scrolling);
/inkscape/src/display/
H A Dsp-canvas.h74 void scrollTo(double cx, double cy, unsigned int clear, bool is_scrolling = false);
H A Dsp-canvas.cpp1968 void SPCanvas::scrollTo(double cx, double cy, unsigned int clear, bool is_scrolling) argument

Completed in 25 milliseconds