Searched refs:SVGTransformType (Results 1 – 7 of 7) sorted by relevance
34 enum SVGTransformType { enum50 SVGTransform(SVGTransformType, ConstructionMode = ConstructIdentityTransform);53 SVGTransformType type() const { return m_type; } in type()76 static const String& transformTypePrefixForParsing(SVGTransformType);81 SVGTransformType m_type;
37 SVGTransform::SVGTransformType transformType() const { return m_type; } in transformType()47 SVGTransform::SVGTransformType m_type;
43 …SVGTransformDistance(SVGTransform::SVGTransformType, float angle, float cx, float cy, const Affine…45 SVGTransform::SVGTransformType m_type;
37 SVGTransform::SVGTransform(SVGTransformType type, ConstructionMode mode) in SVGTransform()128 const String& SVGTransform::transformTypePrefixForParsing(SVGTransformType type) in transformTypePrefixForParsing()
102 SVGTransform::SVGTransformType parseTransformType(const String&);
38 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float … in SVGTransformDistance()
709 SVGTransform::SVGTransformType parseTransformType(const String& string) in parseTransformType()723 return static_cast<SVGTransform::SVGTransformType>(type); in parseTransformType()