Searched defs:bbox_visual (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | sp-item-transform.cpp | 88 * @param bbox_visual Current visual bounding box 101 Geom::Affine get_scale_transform_for_uniform_stroke(Geom::Rect const &bbox_visual, gdouble stroke_x, gdouble stroke_y, bool transform_stroke, bool preserve, gdouble x0, gdouble y0, gdouble x1, gdouble y1) argument 103 Geom::Affine p2o = Geom::Translate (-bbox_visual.min()); 118 gdouble w0 = bbox_visual.width(); // will return a value >= 0, as required further down the road 119 gdouble h0 = bbox_visual.height(); 244 * @param bbox_visual Current visual bounding box 256 Geom::Affine get_scale_transform_for_variable_stroke(Geom::Rect const &bbox_visual, Geom::Rect const &bbox_geom, bool transform_stroke, bool preserve, gdouble x0, gdouble y0, gdouble x1, gdouble y1) argument 258 Geom::Affine p2o = Geom::Translate (-bbox_visual.min()); 268 gdouble w0 = bbox_visual.width(); // will return a value >= 0, as required further down the road 269 gdouble h0 = bbox_visual [all...] |
Completed in 25 milliseconds