Lines Matching refs:attr
42 void SVGFELightElement::parseMappedAttribute(MappedAttribute* attr)
44 const String& value = attr->value();
45 if (attr->name() == SVGNames::azimuthAttr)
47 else if (attr->name() == SVGNames::elevationAttr)
49 else if (attr->name() == SVGNames::xAttr)
51 else if (attr->name() == SVGNames::yAttr)
53 else if (attr->name() == SVGNames::zAttr)
55 else if (attr->name() == SVGNames::pointsAtXAttr)
57 else if (attr->name() == SVGNames::pointsAtYAttr)
59 else if (attr->name() == SVGNames::pointsAtZAttr)
61 else if (attr->name() == SVGNames::specularExponentAttr)
63 else if (attr->name() == SVGNames::limitingConeAngleAttr)
66 SVGElement::parseMappedAttribute(attr);