Searched refs:get_scale_transform_for_uniform_stroke (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | sp-item-transform.h | 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);
|
H A D | sp-item-transform.cpp | 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) 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 D | seltrans.cpp | 1492 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 D | select-toolbar.cpp | 254 // 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