Searched refs:LengthModeOther (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGTextContentElement.cpp | 45 , 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()
|
D | SVGLength.h | 49 LengthModeOther enumerator 71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
|
D | SVGCircleElement.cpp | 45 , m_r(LengthModeOther) in DEFINE_ANIMATED_LENGTH() 61 setRBaseValue(SVGLength(LengthModeOther, attr->value())); in parseMappedAttribute()
|
D | SVGTextPathElement.cpp | 41 , m_startOffset(LengthModeOther) in DEFINE_ANIMATED_LENGTH() 57 setStartOffsetBaseValue(SVGLength(LengthModeOther, value)); in parseMappedAttribute()
|
D | SVGRadialGradientElement.cpp | 53 , m_r(LengthModeOther, "50%") in DEFINE_ANIMATED_LENGTH() 72 setRBaseValue(SVGLength(LengthModeOther, attr->value())); in parseMappedAttribute()
|
D | SVGLength.cpp | 372 case LengthModeOther: in convertValueFromUserUnitsToPercentage() 394 case LengthModeOther: in convertValueFromPercentageToUserUnits()
|