Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

42 void SVGFECompositeElement::parseMappedAttribute(MappedAttribute *attr)
44 const String& value = attr->value();
45 if (attr->name() == SVGNames::operatorAttr) {
58 } else if (attr->name() == SVGNames::inAttr)
60 else if (attr->name() == SVGNames::in2Attr)
62 else if (attr->name() == SVGNames::k1Attr)
64 else if (attr->name() == SVGNames::k2Attr)
66 else if (attr->name() == SVGNames::k3Attr)
68 else if (attr->name() == SVGNames::k4Attr)
71 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);