Home
last modified time | relevance | path

Searched refs:SVGLengthType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGLength.cpp42 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()
53 static inline SVGLengthType extractType(unsigned int unit) in extractType()
57 return static_cast<SVGLengthType>(type); in extractType()
60 static inline String lengthTypeToString(SVGLengthType type) in lengthTypeToString()
90 inline SVGLengthType stringToLengthType(const UChar*& ptr, const UChar* end) in stringToLengthType()
150 SVGLengthType SVGLength::unitType() const in unitType()
264 SVGLengthType type = stringToLengthType(ptr, end); in setValueAsString()
287 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in newValueSpecifiedUnits()
303 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in convertToSpecifiedUnits()
467 SVGLengthType svgType; in fromCSSPrimitiveValue()
DSVGLength.h32 enum SVGLengthType { enum
74 SVGLengthType unitType() const;
97 SVGLengthType type = unitType(); in isRelative()