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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDiffuseLighting.h 39 bool setLightingColor(const Color&);
FESpecularLighting.h 37 bool setLightingColor(const Color&);
FEDiffuseLighting.cpp 53 bool FEDiffuseLighting::setLightingColor(const Color& lightingColor)
FESpecularLighting.cpp 55 bool FESpecularLighting::setLightingColor(const Color& lightingColor)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp 91 return diffuseLighting->setLightingColor(renderer->style()->svgStyle().lightingColor());
SVGFESpecularLightingElement.cpp 96 return specularLighting->setLightingColor(renderer->style()->svgStyle().lightingColor());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 390 style->setLightingColor(toAnimatableColor(value)->color());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 236 void setLightingColor(const Color& obj)
RenderStyle.h     [all...]

Completed in 1178 milliseconds