Lines Matching refs:attr
48 void SVGTextPositioningElement::parseMappedAttribute(MappedAttribute* attr)
50 if (attr->name() == SVGNames::xAttr)
51 xBaseValue()->parse(attr->value(), LengthModeWidth);
52 else if (attr->name() == SVGNames::yAttr)
53 yBaseValue()->parse(attr->value(), LengthModeHeight);
54 else if (attr->name() == SVGNames::dxAttr)
55 dxBaseValue()->parse(attr->value(), LengthModeWidth);
56 else if (attr->name() == SVGNames::dyAttr)
57 dyBaseValue()->parse(attr->value(), LengthModeHeight);
58 else if (attr->name() == SVGNames::rotateAttr)
59 rotateBaseValue()->parse(attr->value());
61 SVGTextContentElement::parseMappedAttribute(attr);