Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h46 enum SVGLengthMode { enum
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;
DSVGLength.h59 SVGLength(SVGLengthMode = LengthModeOther, const String& valueAsString = String());
60 …SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthT…
64 SVGLengthMode unitMode() const;
69 …static SVGLength construct(SVGLengthMode, const String&, SVGParsingError&, SVGLengthNegativeValues…
74 void setValue(const SVGLengthContext&, float, SVGLengthMode, SVGLengthType, ExceptionState&);
83 void setValueAsString(const String&, SVGLengthMode, ExceptionState&);
102 static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&);
DSVGLength.cpp36 static inline SVGLengthMode toSVGLengthMode(unsigned short mode) in toSVGLengthMode()
39 return static_cast<SVGLengthMode>(mode); in toSVGLengthMode()
48 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()
53 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode()
132 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()
139 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthTyp… in SVGLength()
152 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionState& e… in setValueAsString()
170 SVGLength SVGLength::construct(SVGLengthMode mode, const String& valueAsString, SVGParsingError& pa… in construct()
190 SVGLengthMode SVGLength::unitMode() const in unitMode()
205 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengt… in setValue()
[all …]
DSVGLengthList.h33 void parse(const String& value, SVGLengthMode);
38 void parseInternal(const CharType*& ptr, const CharType* end, SVGLengthMode);
DSVGLengthContext.cpp89 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits()
129 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits()
161 float SVGLengthContext::convertValueFromUserUnitsToPercentage(float value, SVGLengthMode mode, Exce… in convertValueFromUserUnitsToPercentage()
182 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, Exce… in convertValueFromPercentageToUserUnits()
DSVGLengthList.cpp31 void SVGLengthList::parseInternal(const CharType*& ptr, const CharType* end, SVGLengthMode mode) in parseInternal()
54 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()
DSVGAnimatedLength.cpp35 static inline SVGLength& sharedSVGLength(SVGLengthMode mode, const String& valueAsString) in sharedSVGLength()
115SVGLengthMode lengthMode = SVGLength::lengthModeForAnimatedLengthAttribute(m_animationElement->att… in calculateDistance()
DSVGAnimatedLengthList.h57 SVGLengthMode m_lengthMode;
DSVGAnimatedLength.h57 SVGLengthMode m_lengthMode;