Searched defs:obj_rect (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);
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) argument
1278 scale_x = (max[Geom::X] - min[Geom::X]) / obj_rect[Geom::X].extent();
1281 scale_y = (max[Geom::Y] - min[Geom::Y]) / obj_rect[Geom::Y].extent();

Completed in 19 milliseconds