Home
last modified time | relevance | path

Searched refs:SVGLengthMode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/svg/
DSVGLength.h43 enum SVGLengthMode { enum
68 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
87 static float PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode);
DSVGLength.cpp41 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()
DSVGLengthList.h35 void parse(const String& value, SVGLengthMode mode);
DSVGLengthList.cpp39 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()