Searched refs:specularLighting (Results 1 – 2 of 2) sorted by relevance
94 FESpecularLighting* specularLighting = static_cast<FESpecularLighting*>(effect); in setFilterEffectAttribute() local100 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor()); in setFilterEffectAttribute()103 return specularLighting->setSurfaceScale(surfaceScale()); in setFilterEffectAttribute()105 return specularLighting->setSpecularConstant(specularConstant()); in setFilterEffectAttribute()107 return specularLighting->setSpecularExponent(specularExponent()); in setFilterEffectAttribute()109 LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource()); in setFilterEffectAttribute()
130 …SVGFESpecularLightingElement* specularLighting = static_cast<SVGFESpecularLightingElement*>(parent… in svgAttributeChanged() local131 specularLighting->lightElementAttributeChanged(this, attrName); in svgAttributeChanged()