Searched refs:SVGLengthType (Results 1 – 2 of 2) sorted by relevance
41 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()52 static inline SVGLengthType extractType(unsigned int unit) in extractType()56 return static_cast<SVGLengthType>(type); in extractType()59 static inline String lengthTypeToString(SVGLengthType type) in lengthTypeToString()88 inline SVGLengthType stringToLengthType(const String& string) in stringToLengthType()121 SVGLengthType SVGLength::unitType() const in unitType()128 SVGLengthType type = extractType(m_unit); in value()179 SVGLengthType type = extractType(m_unit); in setValue()245 SVGLengthType type = stringToLengthType(s); in setValueAsString()263 m_unit = storeUnit(extractMode(m_unit), (SVGLengthType) type); in newValueSpecifiedUnits()[all …]
29 enum SVGLengthType { enum70 SVGLengthType unitType() const;91 SVGLengthType type = unitType(); in isRelative()