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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEDiffuseLighting.h39 bool setLightingColor(const Color&);
H A DFESpecularLighting.h37 bool setLightingColor(const Color&);
H A DFEDiffuseLighting.cpp55 bool FEDiffuseLighting::setLightingColor(const Color& lightingColor) function in class:WebCore::FEDiffuseLighting
H A DFESpecularLighting.cpp57 bool FESpecularLighting::setLightingColor(const Color& lightingColor) function in class:WebCore::FESpecularLighting
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDiffuseLightingElement.cpp133 return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
H A DSVGFESpecularLightingElement.cpp142 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h251 void setLightingColor(const Color& obj) function in class:WebCore::SVGRenderStyle
H A DRenderStyle.h1337 void setLightingColor(const StyleColor& c) { accessSVGStyle()->setLightingColor(c.color()); } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp1192 gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyLightingColor, &RenderStyle::lightingColor, &RenderStyle::setLightingColor));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp2293 state.style()->accessSVGStyle()->setLightingColor(colorFromSVGColorCSSValue(static_cast<SVGColor*>(value), state.style()->color()));

Completed in 201 milliseconds