Searched refs:SVGLengthMode (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthContext.h | 46 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;
|
D | SVGLength.h | 59 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&);
|
D | SVGLength.cpp | 36 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 …]
|
D | SVGLengthList.h | 33 void parse(const String& value, SVGLengthMode); 38 void parseInternal(const CharType*& ptr, const CharType* end, SVGLengthMode);
|
D | SVGLengthContext.cpp | 89 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()
|
D | SVGLengthList.cpp | 31 void SVGLengthList::parseInternal(const CharType*& ptr, const CharType* end, SVGLengthMode mode) in parseInternal() 54 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()
|
D | SVGAnimatedLength.cpp | 35 static inline SVGLength& sharedSVGLength(SVGLengthMode mode, const String& valueAsString) in sharedSVGLength() 115 …SVGLengthMode lengthMode = SVGLength::lengthModeForAnimatedLengthAttribute(m_animationElement->att… in calculateDistance()
|
D | SVGAnimatedLengthList.h | 57 SVGLengthMode m_lengthMode;
|
D | SVGAnimatedLength.h | 57 SVGLengthMode m_lengthMode;
|