Home | History | Annotate | Download | only in svg

Lines Matching refs:attrName

87 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
91 if (attrName == SVGNames::lighting_colorAttr) {
97 if (attrName == SVGNames::surfaceScaleAttr)
99 if (attrName == SVGNames::diffuseConstantAttr)
107 if (attrName == SVGNames::azimuthAttr)
109 if (attrName == SVGNames::elevationAttr)
111 if (attrName == SVGNames::xAttr)
113 if (attrName == SVGNames::yAttr)
115 if (attrName == SVGNames::zAttr)
117 if (attrName == SVGNames::pointsAtXAttr)
119 if (attrName == SVGNames::pointsAtYAttr)
121 if (attrName == SVGNames::pointsAtZAttr)
123 if (attrName == SVGNames::specularExponentAttr)
125 if (attrName == SVGNames::limitingConeAngleAttr)
132 void SVGFEDiffuseLightingElement::svgAttributeChanged(const QualifiedName& attrName)
134 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
136 if (attrName == SVGNames::surfaceScaleAttr
137 || attrName == SVGNames::diffuseConstantAttr
138 || attrName == SVGNames::kernelUnitLengthAttr
139 || attrName == SVGNames::lighting_colorAttr)
140 primitiveAttributeChanged(attrName);
142 if (attrName == SVGNames::inAttr)
146 void SVGFEDiffuseLightingElement::lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName)
152 primitiveAttributeChanged(attrName);
155 void SVGFEDiffuseLightingElement::synchronizeProperty(const QualifiedName& attrName)
157 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName);
159 if (attrName == anyQName()) {
168 if (attrName == SVGNames::inAttr)
170 else if (attrName == SVGNames::surfaceScaleAttr)
172 else if (attrName == SVGNames::diffuseConstantAttr)
174 else if (attrName == SVGNames::kernelUnitLengthAttr) {