HomeSort by relevance Sort by last modified time
    Searched refs:SVGLengthType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h 32 enum SVGLengthType {
66 float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
67 float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
SVGLength.h 60 SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthTypeNumber);
63 SVGLengthType unitType() const;
74 void setValue(const SVGLengthContext&, float, SVGLengthMode, SVGLengthType, ExceptionState&);
91 SVGLengthType type = unitType();
106 SVGLengthType toType = unitType();
107 SVGLengthType fromType = from.unitType();
SVGLength.cpp 37 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type)
48 static inline SVGLengthType extractType(unsigned int unit)
52 return static_cast<SVGLengthType>(type);
55 static inline String lengthTypeToString(SVGLengthType type)
86 static SVGLengthType stringToLengthType(const CharType*& ptr, const CharType* end)
128 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType)
174 SVGLengthType SVGLength::unitType() const
194 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType, ExceptionState& es)
220 static bool parseValueInternal(const String& string, float& convertedNumber, SVGLengthType& type)
242 SVGLengthType type = LengthTypeUnknown
    [all...]
SVGLengthContext.cpp 90 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType fromUnit, ExceptionState& es) const
130 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionState& es) const
SVGAnimatedLength.cpp 105 SVGLengthType unitType = percentage < 0.5 ? fromSVGLength.unitType() : toSVGLength.unitType();
SVGAnimatedLengthList.cpp 115 SVGLengthType unitType = toLengthList[i].unitType();

Completed in 293 milliseconds