HomeSort by relevance Sort by last modified time
    Searched refs:SVGLengthType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGLength.h 32 enum SVGLengthType {
74 SVGLengthType unitType() const;
97 SVGLengthType type = unitType();
SVGLength.cpp 42 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 svgType
    [all...]

Completed in 18 milliseconds