HomeSort by relevance Sort by last modified time
    Searched refs:setLightingColor (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEDiffuseLighting.h 39 bool setLightingColor(const Color&);
FESpecularLighting.h 37 bool setLightingColor(const Color&);
FEDiffuseLighting.cpp 55 bool FEDiffuseLighting::setLightingColor(const Color& lightingColor)
FESpecularLighting.cpp 57 bool FESpecularLighting::setLightingColor(const Color& lightingColor)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp 133 return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
SVGFESpecularLightingElement.cpp 142 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 251 void setLightingColor(const Color& obj)
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]

Completed in 202 milliseconds