Searched refs:SVGLengthMode (Results 1 – 4 of 4) sorted by relevance
43 enum SVGLengthMode { enum68 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());87 static float PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode);
41 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()46 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode()49 return static_cast<SVGLengthMode>(mode); in extractMode()114 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()276 float SVGLength::PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode mode) in PercentageOfViewport()
35 void parse(const String& value, SVGLengthMode mode);
39 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()