Searched refs:SVGLengthMode (Results 1 – 4 of 4) sorted by relevance
45 enum SVGLengthMode { enum70 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());89 static float PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode);
43 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()48 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode()51 return static_cast<SVGLengthMode>(mode); in extractMode()116 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()278 float SVGLength::PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode mode) in PercentageOfViewport()
37 void parse(const String& value, SVGLengthMode mode);
41 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()