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

/inkscape/src/
H A Dsp-item-transform.cpp398 Geom::Rect new_geom_bbox(p0, p0);
400 new_geom_bbox.expandTo(Geom::Point(initial_geom_bbox->corner(i)) * abs_affine);
403 Geom::Rect new_visual_bbox = new_geom_bbox;
409 gdouble const new_strokewidth = initial_strokewidth * sqrt (new_geom_bbox.area() / initial_geom_bbox->area());
H A Dseltrans.cpp1496 Geom::Rect new_geom_bbox = Geom::Rect(_geometric_bbox->min() * abs_affine, _geometric_bbox->max() * abs_affine); local
1498 return normalized_handle_pos * Geom::Scale(new_geom_bbox.dimensions()) + new_geom_bbox.min(); //new position of the geometric handle

Completed in 15 milliseconds