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

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

Completed in 73 milliseconds