Home | History | Annotate | Download | only in svg

Lines Matching refs:attrName

59 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName)
69 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
97 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
100 if (attrName == SVGNames::xChannelSelectorAttr)
102 if (attrName == SVGNames::yChannelSelectorAttr)
104 if (attrName == SVGNames::scaleAttr)
111 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName)
113 if (!isSupportedAttribute(attrName)) {
114 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
120 if (attrName == SVGNames::xChannelSelectorAttr || attrName == SVGNames::yChannelSelectorAttr || attrName == SVGNames::scaleAttr) {
121 primitiveAttributeChanged(attrName);
125 if (attrName == SVGNames::inAttr || attrName == SVGNames::in2Attr) {