Home
last modified time | relevance | path

Searched refs:LengthModeOther (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTextContentElement.cpp45 , m_specifiedTextLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION()
46 , m_textLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION()
61 DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther)); in textLengthAnimated()
190 m_textLength.value = SVGLength(LengthModeOther, attr->value()); in parseMappedAttribute()
DSVGLength.h49 LengthModeOther enumerator
71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
DSVGCircleElement.cpp45 , m_r(LengthModeOther) in DEFINE_ANIMATED_LENGTH()
61 setRBaseValue(SVGLength(LengthModeOther, attr->value())); in parseMappedAttribute()
DSVGTextPathElement.cpp41 , m_startOffset(LengthModeOther) in DEFINE_ANIMATED_LENGTH()
57 setStartOffsetBaseValue(SVGLength(LengthModeOther, value)); in parseMappedAttribute()
DSVGRadialGradientElement.cpp53 , m_r(LengthModeOther, "50%") in DEFINE_ANIMATED_LENGTH()
72 setRBaseValue(SVGLength(LengthModeOther, attr->value())); in parseMappedAttribute()
DSVGLength.cpp372 case LengthModeOther: in convertValueFromUserUnitsToPercentage()
394 case LengthModeOther: in convertValueFromPercentageToUserUnits()