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

/external/webkit/Source/WebCore/svg/
H A DSVGMatrix.h30 class SVGMatrix : public AffineTransform { class in namespace:WebCore
32 SVGMatrix() { } function in class:WebCore::SVGMatrix
33 SVGMatrix(const AffineTransform& other) function in class:WebCore::SVGMatrix
38 SVGMatrix(double a, double b, double c, double d, double e, double f) function in class:WebCore::SVGMatrix
43 SVGMatrix translate(double tx, double ty)
47 return static_cast<SVGMatrix>(copy);
50 SVGMatrix scale(double s)
54 return static_cast<SVGMatrix>(copy);
57 SVGMatrix scaleNonUniform(double sx, double sy)
61 return static_cast<SVGMatrix>(cop
[all...]

Completed in 53 milliseconds