HomeSort by relevance Sort by last modified time
    Searched defs:SVGTransform (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGTransform.cpp 28 #include "SVGTransform.h"
34 SVGTransform::SVGTransform()
40 SVGTransform::SVGTransform(SVGTransformType type)
48 SVGTransform::SVGTransform(const AffineTransform& matrix)
55 SVGTransform::~SVGTransform()
59 bool SVGTransform::isValid(
    [all...]
SVGTransform.h 33 class SVGTransform {
45 SVGTransform();
46 SVGTransform(SVGTransformType);
47 explicit SVGTransform(const AffineTransform&);
48 virtual ~SVGTransform();
78 inline bool operator==(const SVGTransform& a, const SVGTransform& b)
83 inline bool operator!=(const SVGTransform& a, const SVGTransform& b)

Completed in 46 milliseconds