Searched refs:specularLighting (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFESpecularLightingElement.cpp133 FESpecularLighting* specularLighting = static_cast<FESpecularLighting*>(effect); local
139 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
142 return specularLighting->setSurfaceScale(surfaceScaleCurrentValue());
144 return specularLighting->setSpecularConstant(specularConstantCurrentValue());
146 return specularLighting->setSpecularExponent(specularExponentCurrentValue());
148 LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource());

Completed in 73 milliseconds