Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGRectElement.cpp38 , m_x(LengthModeWidth) in SVGRectElement()
40 , m_width(LengthModeWidth) in SVGRectElement()
42 , m_rx(LengthModeWidth) in SVGRectElement()
54 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
58 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
66 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGFilterPrimitiveStandardAttributes.cpp38 , m_x(LengthModeWidth, "0%") in SVGFilterPrimitiveStandardAttributes()
40 , m_width(LengthModeWidth, "100%") in SVGFilterPrimitiveStandardAttributes()
55 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
59 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGLineElement.cpp39 , m_x1(LengthModeWidth) in SVGLineElement()
41 , m_x2(LengthModeWidth) in SVGLineElement()
53 setX1BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
57 setX2BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGEllipseElement.cpp39 , m_cx(LengthModeWidth) in SVGEllipseElement()
41 , m_rx(LengthModeWidth) in SVGEllipseElement()
53 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
57 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DRadialGradientAttributes.h30 : m_cx(LengthModeWidth, "50%") in RadialGradientAttributes()
31 , m_cy(LengthModeWidth, "50%") in RadialGradientAttributes()
32 , m_r(LengthModeWidth, "50%") in RadialGradientAttributes()
DSVGForeignObjectElement.cpp42 , m_x(LengthModeWidth) in SVGForeignObjectElement()
44 , m_width(LengthModeWidth) in SVGForeignObjectElement()
57 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
61 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGImageElement.cpp44 , m_x(LengthModeWidth) in SVGImageElement()
46 , m_width(LengthModeWidth) in SVGImageElement()
59 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
65 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGMarkerElement.cpp45 , m_refX(LengthModeWidth) in SVGMarkerElement()
47 , m_markerWidth(LengthModeWidth, "3") in SVGMarkerElement()
72 setRefXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
76 setMarkerWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGFilterElement.cpp52 , m_x(LengthModeWidth, "-10%") in SVGFilterElement()
54 , m_width(LengthModeWidth, "120%") in SVGFilterElement()
83 setXBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
87 setWidthBaseValue(SVGLength(LengthModeWidth, value)); in parseMappedAttribute()
DSVGLinearGradientElement.cpp43 , m_x1(LengthModeWidth) in SVGLinearGradientElement()
45 , m_x2(LengthModeWidth, "100%") in SVGLinearGradientElement()
58 setX1BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
62 setX2BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGRadialGradientElement.cpp45 , m_cx(LengthModeWidth, "50%") in SVGRadialGradientElement()
48 , m_fx(LengthModeWidth) in SVGRadialGradientElement()
61 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
69 setFxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGMaskElement.cpp58 , m_x(LengthModeWidth, "-10%") in SVGMaskElement()
60 , m_width(LengthModeWidth, "120%") in SVGMaskElement()
84 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
88 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGCircleElement.cpp39 , m_cx(LengthModeWidth) in SVGCircleElement()
52 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGTextPositioningElement.cpp51 xBaseValue()->parse(attr->value(), LengthModeWidth); in parseMappedAttribute()
55 dxBaseValue()->parse(attr->value(), LengthModeWidth); in parseMappedAttribute()
DSVGCursorElement.cpp39 , m_x(LengthModeWidth) in SVGCursorElement()
54 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGPatternElement.cpp58 , m_x(LengthModeWidth) in SVGPatternElement()
60 , m_width(LengthModeWidth) in SVGPatternElement()
91 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
95 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGSVGElement.cpp66 , m_x(LengthModeWidth) in SVGSVGElement()
68 , m_width(LengthModeWidth, "100%") in SVGSVGElement()
246 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
250 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DLinearGradientAttributes.h32 , m_x2(LengthModeWidth, "100%") in LinearGradientAttributes()
DSVGLength.h44 LengthModeWidth = 0, enumerator
DSVGUseElement.cpp63 , m_x(LengthModeWidth) in SVGUseElement()
65 , m_width(LengthModeWidth) in SVGUseElement()
97 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
101 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
DSVGLength.cpp310 if (mode == LengthModeWidth) in PercentageOfViewport()