Lines Matching defs:xform
274 Geom::Affine SPRect::set_transform(Geom::Affine const& xform) {
276 Geom::Point pos(Geom::Point(this->x.computed, this->y.computed) * xform);
280 Geom::Affine ret(Geom::Affine(xform).withoutTranslation());
323 this->adjust_pattern(xform * ret.inverse());
326 this->adjust_gradient(xform * ret.inverse());
337 gdouble SPRect::vectorStretch(Geom::Point p0, Geom::Point p1, Geom::Affine xform) {
342 return (Geom::distance(p0 * xform, p1 * xform) / Geom::distance(p0, p1));
400 void SPRect::compensateRxRy(Geom::Affine xform) {
416 gdouble eX = SPRect::vectorStretch(cx, c, xform);
417 gdouble eY = SPRect::vectorStretch(cy, c, xform);