Searched refs:SVGTextPathSpacingType (Results 1 – 3 of 3) sorted by relevance
35 enum SVGTextPathSpacingType { enum71 struct SVGPropertyTraits<SVGTextPathSpacingType> {74 static String toString(SVGTextPathSpacingType type)89 static SVGTextPathSpacingType fromString(const String& value)138 DECLARE_ANIMATED_ENUMERATION(Spacing, spacing, SVGTextPathSpacingType)
35 …ED_ENUMERATION(SVGTextPathElement, SVGNames::spacingAttr, Spacing, spacing, SVGTextPathSpacingType) in DEFINE_ANIMATED_LENGTH()96 …SVGTextPathSpacingType propertyValue = SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value… in parseAttribute()
62 return SVGPropertyTraits<SVGTextPathSpacingType>::fromString(value); in enumerationValueForTargetAttribute()