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

/inkscape/src/
H A Dsp-item-transform.h13 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);
H A Dsp-item-transform.cpp101 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) function
231 * Note: Please try to understand get_scale_transform_for_uniform_stroke() first, and read all it's comments carefully. This function
234 * each having a different stroke width. In fact this function is a generalized version of get_scale_transform_for_uniform_stroke(), but
H A Dseltrans.cpp1492 Geom::Affine abs_affine = get_scale_transform_for_uniform_stroke (*_bbox, _strokewidth, _strokewidth, transform_stroke, preserve,
1543 _absolute_affine = get_scale_transform_for_uniform_stroke (*_visual_bbox, stroke_x, stroke_y, transform_stroke, preserve,
/inkscape/src/widgets/
H A Dselect-toolbar.cpp254 // we'll just use the old get_scale_transform_for_uniform_stroke() for now.
255 // 2) get_scale_transform_for_uniform_stroke() is intended for visual bounding boxes, not geometrical ones!
257 scaler = get_scale_transform_for_uniform_stroke (*bbox_geom, 0, 0, false, false, x0, y0, x1, y1);

Completed in 32 milliseconds