Home | History | Annotate | Download | only in svg

Lines Matching refs:AffineTransform

24 #include "AffineTransform.h"
30 class SVGMatrix : public AffineTransform {
33 SVGMatrix(const AffineTransform& other)
34 : AffineTransform(other)
39 : AffineTransform(a, b, c, d, e, f)
45 AffineTransform copy = *this;
52 AffineTransform copy = *this;
59 AffineTransform copy = *this;
66 AffineTransform copy = *this;
73 AffineTransform copy = *this;
80 AffineTransform copy = *this;
87 AffineTransform copy = *this;
94 AffineTransform copy = *this;
101 AffineTransform copy = *this;
102 copy *= static_cast<const AffineTransform&>(other);
108 AffineTransform transform = AffineTransform::inverse();
120 AffineTransform copy = *this;