Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

49 void SVGCircleElement::parseMappedAttribute(MappedAttribute* attr)
51 if (attr->name() == SVGNames::cxAttr)
52 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
53 else if (attr->name() == SVGNames::cyAttr)
54 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
55 else if (attr->name() == SVGNames::rAttr) {
56 setRBaseValue(SVGLength(LengthModeOther, attr->value()));
60 if (SVGTests::parseMappedAttribute(attr))
62 if (SVGLangSpace::parseMappedAttribute(attr))
64 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
66 SVGStyledTransformableElement::parseMappedAttribute(attr);