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

/inkscape/src/
H A Dsp-item-transform.h15 Geom::Rect get_visual_bbox (Geom::OptRect const &initial_geom_bbox, Geom::Affine const &abs_affine, double const initial_strokewidth, bool const transform_stroke);
H A Dsp-item-transform.cpp390 Geom::Rect get_visual_bbox(Geom::OptRect const &initial_geom_bbox, Geom::Affine const &abs_affine, gdouble const initial_strokewidth, bool const transform_stroke)
397 Geom::Point const p0 = Geom::Point(initial_geom_bbox->corner(0)) * abs_affine;
400 new_geom_bbox.expandTo(Geom::Point(initial_geom_bbox->corner(i)) * abs_affine);
H A Dseltrans.cpp1492 Geom::Affine abs_affine = get_scale_transform_for_uniform_stroke (*_bbox, _strokewidth, _strokewidth, transform_stroke, preserve, local
1496 Geom::Rect new_geom_bbox = Geom::Rect(_geometric_bbox->min() * abs_affine, _geometric_bbox->max() * abs_affine);
1526 Geom::Affine abs_affine = Geom::Translate(-_origin) * Geom::Affine(default_scale) * Geom::Translate(_origin); local
1527 Geom::Point new_bbox_min = _visual_bbox->min() * abs_affine;
1528 Geom::Point new_bbox_max = _visual_bbox->max() * abs_affine;

Completed in 637 milliseconds