Searched refs:SVGLengthMode (Results 1 – 4 of 4) sorted by relevance
46 enum SVGLengthMode { enum71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
42 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()47 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode()50 return static_cast<SVGLengthMode>(mode); in extractMode()125 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()
34 void parse(const String& value, SVGLengthMode);
31 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()