Lines Matching refs:Geom
8 void sp_item_rotate_rel(SPItem *item, Geom::Rotate const &rotation);
9 void sp_item_scale_rel (SPItem *item, Geom::Scale const &scale);
11 void sp_item_move_rel(SPItem *item, Geom::Translate const &tr);
13 Geom::Affine get_scale_transform_for_uniform_stroke (Geom::Rect const &bbox_visual, double stroke_x, double stroke_y, bool transform_stroke, bool preserve, double x0, double y0, double x1, double y1);
14 Geom::Affine get_scale_transform_for_variable_stroke (Geom::Rect const &bbox_visual, Geom::Rect const &bbox_geom, bool transform_stroke, bool preserve, double x0, double y0, double x1, double y1);
15 Geom::Rect get_visual_bbox (Geom::OptRect const &initial_geom_bbox, Geom::Affine const &abs_affine, double const initial_strokewidth, bool const transform_stroke);