Searched refs:scaler (Results 1 - 3 of 3) sorted by relevance
| /inkscape/src/livarot/ |
| H A D | ShapeMisc.cpp | 648 double scaler = 1 / (*i2doc).descrim(); local 657 this_vec = this_power * scaler * to_center_normalized; 660 this_vec = g_random_double_range(0, 1) * this_power * scaler * Geom::Point(sin(angle), cos(angle)); 686 Path::DoRightJoin (this, this_power * scaler, join, ptP, stD, seD, miter, stL, seL, 691 Path::DoLeftJoin (this, -this_power * scaler, join, ptP, stD, seD, miter, stL, seL,
|
| /inkscape/src/ui/dialog/ |
| H A D | transformation.cpp | 834 Geom::Affine scaler = get_scale_transform_for_variable_stroke (*bbox_pref, *bbox_geom, transform_stroke, preserve, x0, y0, x1, y1); local 835 item->set_i2d_affine(item->i2dt_affine() * scaler); 857 Geom::Affine scaler = get_scale_transform_for_variable_stroke (*bbox_pref, *bbox_geom, transform_stroke, preserve, x0, y0, x1, y1); local 859 sp_selection_apply_affine(selection, scaler);
|
| /inkscape/src/widgets/ |
| H A D | select-toolbar.cpp | 249 Geom::Affine scaler; local 251 scaler = get_scale_transform_for_variable_stroke (*bbox_vis, *bbox_geom, transform_stroke, preserve, x0, y0, x1, y1); 257 scaler = get_scale_transform_for_uniform_stroke (*bbox_geom, 0, 0, false, false, x0, y0, x1, y1); 260 sp_selection_apply_affine(selection, scaler);
|
Completed in 46 milliseconds