Home
last modified time | relevance | path

Searched refs:LengthModeWidth (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGRectElement.cpp45 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
47 , m_width(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
49 , m_rx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
62 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
66 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
74 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DRadialGradientAttributes.h29 : m_cx(LengthModeWidth, "50%") in RadialGradientAttributes()
30 , m_cy(LengthModeWidth, "50%") in RadialGradientAttributes()
31 , m_r(LengthModeWidth, "50%") in RadialGradientAttributes()
DSVGLineElement.cpp44 , m_x1(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
46 , m_x2(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
59 setX1BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
63 setX2BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGForeignObjectElement.cpp46 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
48 , m_width(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
62 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
66 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGEllipseElement.cpp44 , m_cx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
46 , m_rx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
59 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
63 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGFilterPrimitiveStandardAttributes.cpp47 , m_x(LengthModeWidth, "0%") in DEFINE_ANIMATED_LENGTH()
49 , m_width(LengthModeWidth, "100%") in DEFINE_ANIMATED_LENGTH()
60 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
64 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGImageElement.cpp49 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
51 , m_width(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
65 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
71 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGMaskElement.cpp51 , m_x(LengthModeWidth, "-10%") in DEFINE_ANIMATED_ENUMERATION()
53 , m_width(LengthModeWidth, "120%") in DEFINE_ANIMATED_ENUMERATION()
78 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
82 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGLinearGradientElement.cpp50 , m_x1(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
52 , m_x2(LengthModeWidth, "100%") in DEFINE_ANIMATED_LENGTH()
66 setX1BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
70 setX2BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGMarkerElement.cpp49 , m_refX(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
51 , m_markerWidth(LengthModeWidth, "3") in DEFINE_ANIMATED_LENGTH()
89 setRefXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
93 setMarkerWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGFilterElement.cpp58 , m_x(LengthModeWidth, "-10%") in DEFINE_ANIMATED_ENUMERATION()
60 , m_width(LengthModeWidth, "120%") in DEFINE_ANIMATED_ENUMERATION()
107 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
111 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGRadialGradientElement.cpp51 , m_cx(LengthModeWidth, "50%") in DEFINE_ANIMATED_LENGTH()
54 , m_fx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
68 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
76 setFxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGPatternElement.cpp60 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
62 , m_width(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
94 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
98 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGCircleElement.cpp43 , m_cx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
57 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGCursorElement.cpp40 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
60 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGTextPositioningElement.cpp51 newList.parse(attr->value(), LengthModeWidth); in parseMappedAttribute()
61 newList.parse(attr->value(), LengthModeWidth); in parseMappedAttribute()
DSVGSVGElement.cpp67 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
69 , m_width(LengthModeWidth, "100%") in DEFINE_ANIMATED_LENGTH()
261 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
265 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DLinearGradientAttributes.h31 , m_x2(LengthModeWidth, "100%") in LinearGradientAttributes()
DSVGLength.h47 LengthModeWidth = 0, enumerator
DSVGLength.cpp368 case LengthModeWidth: in convertValueFromUserUnitsToPercentage()
390 case LengthModeWidth: in convertValueFromPercentageToUserUnits()
DSVGUseElement.cpp70 , m_x(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
72 , m_width(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
106 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
110 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()