Searched defs:SVGLengthMode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLengthContext.h46 enum SVGLengthMode { enum in namespace:WebCore
66 float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
67 float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
74 float convertValueFromUserUnitsToPercentage(float value, SVGLengthMode, ExceptionState&) const;
75 float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;

Completed in 124 milliseconds