Lines Matching refs:attrName

92 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
96 if (attrName == SVGNames::lighting_colorAttr) {
102 if (attrName == SVGNames::surfaceScaleAttr)
104 if (attrName == SVGNames::specularConstantAttr)
106 if (attrName == SVGNames::specularExponentAttr)
114 if (attrName == SVGNames::azimuthAttr)
116 if (attrName == SVGNames::elevationAttr)
118 if (attrName == SVGNames::xAttr)
120 if (attrName == SVGNames::yAttr)
122 if (attrName == SVGNames::zAttr)
124 if (attrName == SVGNames::pointsAtXAttr)
126 if (attrName == SVGNames::pointsAtYAttr)
128 if (attrName == SVGNames::pointsAtZAttr)
130 if (attrName == SVGNames::specularExponentAttr)
132 if (attrName == SVGNames::limitingConeAngleAttr)
139 void SVGFESpecularLightingElement::svgAttributeChanged(const QualifiedName& attrName)
141 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
143 if (attrName == SVGNames::surfaceScaleAttr
144 || attrName == SVGNames::specularConstantAttr
145 || attrName == SVGNames::specularExponentAttr
146 || attrName == SVGNames::kernelUnitLengthAttr)
147 primitiveAttributeChanged(attrName);
149 if (attrName == SVGNames::inAttr)
153 void SVGFESpecularLightingElement::lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName)
158 // The light element has different attribute names so attrName can identify the requested attribute.
159 primitiveAttributeChanged(attrName);
162 void SVGFESpecularLightingElement::synchronizeProperty(const QualifiedName& attrName)
164 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
166 if (attrName == anyQName()) {
176 if (attrName == SVGNames::inAttr)
178 else if (attrName == SVGNames::surfaceScaleAttr)
180 else if (attrName == SVGNames::specularConstantAttr)
182 else if (attrName == SVGNames::specularExponentAttr)
184 else if (attrName == SVGNames::kernelUnitLengthAttr) {