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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformTearOff.h 43 enum SVGTransformType {
SVGTransform.h 34 enum SVGTransformType {
58 static PassRefPtr<SVGTransform> create(SVGTransformType type, ConstructionMode mode = ConstructIdentityTransform)
73 SVGTransformType transformType() const { return m_transformType; }
105 SVGTransform(SVGTransformType, ConstructionMode);
107 SVGTransform(SVGTransformType, float, const FloatPoint&, const AffineTransform&);
111 SVGTransformType m_transformType;

Completed in 428 milliseconds