Searched defs:_getScale (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/
H A Dclipboard.cpp143 Geom::Scale _getScale(SPDesktop *desktop, Geom::Point const &min, Geom::Point const &max, Geom::Rect const &obj_rect, bool apply_x, bool apply_y);
531 sp_item_scale_rel(item, _getScale(desktop, min, max, *obj_size, apply_x, apply_y));
543 _getScale(desktop, min, max, *sel_size, apply_x, apply_y));
1272 Geom::Scale ClipboardManagerImpl::_getScale(SPDesktop *desktop, Geom::Point const &min, Geom::Point const &max, Geom::Rect const &obj_rect, bool apply_x, bool apply_y) function in class:Inkscape::UI::ClipboardManagerImpl

Completed in 29 milliseconds