Home | History | Annotate | Download | only in svg

Lines Matching refs:attrName

71 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
74 if (attrName == SVGNames::modeAttr)
81 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName)
83 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
85 if (attrName == SVGNames::modeAttr)
86 primitiveAttributeChanged(attrName);
88 if (attrName == SVGNames::inAttr
89 || attrName == SVGNames::in2Attr)
93 void SVGFEBlendElement::synchronizeProperty(const QualifiedName& attrName)
95 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
97 if (attrName == anyQName()) {
104 if (attrName == SVGNames::modeAttr)
106 else if (attrName == SVGNames::inAttr)
108 else if (attrName == SVGNames::in2Attr)