Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMatrix.h32 SVGMatrix() { } in SVGMatrix() function
33 SVGMatrix(const AffineTransform& other) in SVGMatrix() function
38 SVGMatrix(double a, double b, double c, double d, double e, double f) in SVGMatrix() function
DSVGSVGElement.h37 class SVGMatrix; variable