Searched refs:vectorStretch (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-rect.cpp337 gdouble SPRect::vectorStretch(Geom::Point p0, Geom::Point p1, Geom::Affine xform) { function in class:SPRect
349 this->rx = rx / SPRect::vectorStretch(
362 this->ry = ry / SPRect::vectorStretch(
376 return this->rx.computed * SPRect::vectorStretch(
387 return this->ry.computed * SPRect::vectorStretch(
416 gdouble eX = SPRect::vectorStretch(cx, c, xform);
417 gdouble eY = SPRect::vectorStretch(cy, c, xform);
436 this->width = width / SPRect::vectorStretch(
445 this->height = height / SPRect::vectorStretch(
458 return this->width.computed * SPRect::vectorStretch(
[all...]
H A Dsp-rect.h74 static double vectorStretch(Geom::Point p0, Geom::Point p1, Geom::Affine xform);

Completed in 14 milliseconds