Home
last modified time | relevance | path

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

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