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

/inkscape/src/
H A Dseltrans.cpp1483 Geom::Rect new_bbox = Geom::Rect(_origin_for_bboxpoints, visual_handle_pos); // new visual bounding box local
1484 // Please note that the new_bbox might in fact be just a single line, for example when stretching (in
1486 Geom::Point normalized_handle_pos = (visual_handle_pos - new_bbox.min()) * Geom::Scale(new_bbox.dimensions()).inverse();
1493 new_bbox.min()[Geom::X], new_bbox.min()[Geom::Y], new_bbox.max()[Geom::X], new_bbox.max()[Geom::Y]);

Completed in 17 milliseconds