Home
last modified time | relevance | path

Searched refs:SVGTransformType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransform.h34 enum SVGTransformType { enum
50 SVGTransform(SVGTransformType, ConstructionMode = ConstructIdentityTransform);
53 SVGTransformType type() const { return m_type; } in type()
76 static const String& transformTypePrefixForParsing(SVGTransformType);
81 SVGTransformType m_type;
DSVGAnimateTransformElement.h37 SVGTransform::SVGTransformType transformType() const { return m_type; } in transformType()
47 SVGTransform::SVGTransformType m_type;
DSVGTransformDistance.h43 …SVGTransformDistance(SVGTransform::SVGTransformType, float angle, float cx, float cy, const Affine…
45 SVGTransform::SVGTransformType m_type;
DSVGTransform.cpp37 SVGTransform::SVGTransform(SVGTransformType type, ConstructionMode mode) in SVGTransform()
128 const String& SVGTransform::transformTypePrefixForParsing(SVGTransformType type) in transformTypePrefixForParsing()
DSVGParserUtilities.h102 SVGTransform::SVGTransformType parseTransformType(const String&);
DSVGTransformDistance.cpp38 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float … in SVGTransformDistance()
DSVGParserUtilities.cpp709 SVGTransform::SVGTransformType parseTransformType(const String& string) in parseTransformType()
723 return static_cast<SVGTransform::SVGTransformType>(type); in parseTransformType()