Lines Matching defs:vs
340 Geom::Point vs;
348 vs[d1] = (new_pos - scc)[d1] / (_origin - scc)[d1];
350 if (fabs(vs[d1]) >= 1.0) {
351 vs[d1] = round(vs[d1]);
353 vs[d1] = 1.0 / round(1.0 / MIN(vs[d1],10));
355 vs[d2] = 1.0;
361 Inkscape::PureStretchConstrained psc = Inkscape::PureStretchConstrained(vs[d1], scc, d1, uniform);
367 vs[d1] = result[d1];
368 vs[d2] = result[d2];
372 vs[d2] = uniform ? fabs(vs[d1]) : 1.0;
376 _last_scale_x = vs[Geom::X];
377 _last_scale_y = vs[Geom::Y];
379 * Geom::Scale(vs)