Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h46 enum SVGLengthMode { enum
67 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
68 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
75 float convertValueFromUserUnitsToPercentage(float value, SVGLengthMode, ExceptionState&) const;
76 float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;
DSVGLength.h47 static PassRefPtr<SVGLength> create(SVGLengthMode mode = LengthModeOther)
57 SVGLengthMode unitMode() const { return static_cast<SVGLengthMode>(m_unitMode); } in unitMode()
95 static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&);
106 SVGLength(SVGLengthMode);
DSVGLengthList.h46 static PassRefPtr<SVGLengthList> create(SVGLengthMode mode = LengthModeOther)
67 explicit SVGLengthList(SVGLengthMode);
76 SVGLengthMode m_mode;
DSVGLengthContext.cpp101 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits()
141 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits()
173 float SVGLengthContext::convertValueFromUserUnitsToPercentage(float value, SVGLengthMode mode, Exce… in convertValueFromUserUnitsToPercentage()
194 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, Exce… in convertValueFromPercentageToUserUnits()
DSVGLengthTearOff.h64 SVGLengthMode unitMode();
DSVGLength.cpp117 SVGLength::SVGLength(SVGLengthMode mode) in SVGLength()
352 SVGLengthMode SVGLength::lengthModeForAnimatedLengthAttribute(const QualifiedName& attrName) in lengthModeForAnimatedLengthAttribute()
354 typedef HashMap<QualifiedName, SVGLengthMode> LengthModeForLengthAttributeMap; in lengthModeForAnimatedLengthAttribute()
DSVGLengthTearOff.cpp55 SVGLengthMode SVGLengthTearOff::unitMode() in unitMode()
DSVGLengthList.cpp38 SVGLengthList::SVGLengthList(SVGLengthMode mode) in SVGLengthList()