Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

50 void SVGEllipseElement::parseMappedAttribute(MappedAttribute* attr)
52 if (attr->name() == SVGNames::cxAttr)
53 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
54 else if (attr->name() == SVGNames::cyAttr)
55 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
56 else if (attr->name() == SVGNames::rxAttr) {
57 setRxBaseValue(SVGLength(LengthModeWidth, attr->value()));
60 } else if (attr->name() == SVGNames::ryAttr) {
61 setRyBaseValue(SVGLength(LengthModeHeight, attr->value()));
65 if (SVGTests::parseMappedAttribute(attr))
67 if (SVGLangSpace::parseMappedAttribute(attr))
69 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
71 SVGStyledTransformableElement::parseMappedAttribute(attr);