Searched defs:uniform (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dpure-transform.h100 PureScale(Geom::Scale scale, Geom::Point origin, bool uniform) : argument
104 _uniform (uniform)
119 PureScale(scale, origin, true) {}; // Non-uniform constrained scaling is not supported
142 PureStretchConstrained(Geom::Coord magnitude, Geom::Point origin, Geom::Dim2 direction, bool uniform) : argument
147 _uniform (uniform)
149 if (not uniform) {
/inkscape/src/ui/tool/
H A Dtransform-handle-set.cpp360 bool uniform = held_control(*event); local
361 Inkscape::PureStretchConstrained psc = Inkscape::PureStretchConstrained(vs[d1], scc, d1, uniform);
370 // on ctrl, apply uniform scaling instead of stretching
372 vs[d2] = uniform ? fabs(vs[d1]) : 1.0;

Completed in 150 milliseconds