Home
last modified time | relevance | path

Searched refs:LengthModeHeight (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/svg/
DSVGRectElement.cpp40 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGRectElement()
42 , m_height(this, SVGNames::heightAttr, LengthModeHeight) in SVGRectElement()
44 , m_ry(this, SVGNames::ryAttr, LengthModeHeight) in SVGRectElement()
57 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
63 setRyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
71 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGLineElement.cpp41 , m_y1(this, SVGNames::y1Attr, LengthModeHeight) in SVGLineElement()
43 , m_y2(this, SVGNames::y2Attr, LengthModeHeight) in SVGLineElement()
56 setY1BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
60 setY2BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGEllipseElement.cpp41 , m_cy(this, SVGNames::cyAttr, LengthModeHeight) in SVGEllipseElement()
43 , m_ry(this, SVGNames::ryAttr, LengthModeHeight) in SVGEllipseElement()
56 setCyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
62 setRyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGFilterPrimitiveStandardAttributes.cpp42 , m_y(this, SVGNames::yAttr, LengthModeHeight, "0%") in SVGFilterPrimitiveStandardAttributes()
44 , m_height(this, SVGNames::heightAttr, LengthModeHeight, "100%") in SVGFilterPrimitiveStandardAttributes()
61 setYBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
65 setHeightBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
DSVGForeignObjectElement.cpp43 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGForeignObjectElement()
45 , m_height(this, SVGNames::heightAttr, LengthModeHeight) in SVGForeignObjectElement()
59 setYBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
63 setHeightBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
DSVGFilterElement.cpp49 , m_y(this, SVGNames::yAttr, LengthModeHeight, "-10%") in SVGFilterElement()
51 , m_height(this, SVGNames::heightAttr, LengthModeHeight, "120%") in SVGFilterElement()
83 setYBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
87 setHeightBaseValue(SVGLength(LengthModeHeight, value)); in parseMappedAttribute()
DSVGImageElement.cpp46 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGImageElement()
48 , m_height(this, SVGNames::heightAttr, LengthModeHeight) in SVGImageElement()
63 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
74 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGMarkerElement.cpp46 , m_refY(this, SVGNames::refYAttr, LengthModeHeight) in SVGMarkerElement()
48 , m_markerHeight(this, SVGNames::markerHeightAttr, LengthModeHeight, "3") in SVGMarkerElement()
75 setRefYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
79 setMarkerHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGLinearGradientElement.cpp43 , m_y1(this, SVGNames::y1Attr, LengthModeHeight) in SVGLinearGradientElement()
45 , m_y2(this, SVGNames::y2Attr, LengthModeHeight) in SVGLinearGradientElement()
59 setY1BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
63 setY2BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGMaskElement.cpp54 , m_y(this, SVGNames::yAttr, LengthModeHeight, "-10%") in SVGMaskElement()
56 , m_height(this, SVGNames::heightAttr, LengthModeHeight, "120%") in SVGMaskElement()
81 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
85 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGRadialGradientElement.cpp45 , m_cy(this, SVGNames::cyAttr, LengthModeHeight, "50%") in SVGRadialGradientElement()
48 , m_fy(this, SVGNames::fyAttr, LengthModeHeight) in SVGRadialGradientElement()
62 setCyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
70 setFyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGTextPositioningElement.cpp55 yBaseValue()->parse(attr->value(), LengthModeHeight); in parseMappedAttribute()
59 dyBaseValue()->parse(attr->value(), LengthModeHeight); in parseMappedAttribute()
DSVGCircleElement.cpp41 , m_cy(this, SVGNames::cyAttr, LengthModeHeight) in SVGCircleElement()
55 setCyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGCursorElement.cpp41 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGCursorElement()
57 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGPatternElement.cpp61 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGPatternElement()
63 , m_height(this, SVGNames::heightAttr, LengthModeHeight) in SVGPatternElement()
95 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
101 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGSVGElement.cpp65 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGSVGElement()
67 , m_height(this, SVGNames::heightAttr, LengthModeHeight, "100%") in SVGSVGElement()
244 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
251 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGLength.h47 LengthModeHeight, enumerator
DSVGUseElement.cpp63 , m_y(this, SVGNames::yAttr, LengthModeHeight) in SVGUseElement()
65 , m_height(this, SVGNames::heightAttr, LengthModeHeight) in SVGUseElement()
89 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
95 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGLength.cpp314 else if (mode == LengthModeHeight) in PercentageOfViewport()