HomeSort by relevance Sort by last modified time
    Searched refs:setLightingColor (Results 1 - 11 of 11) 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 130 return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
SVGFESpecularLightingElement.cpp 139 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 363 style->setLightingColor(toAnimatableColor(value)->color());
StyleBuilderCustom.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 253 void setLightingColor(const Color& obj)
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp     [all...]

Completed in 69 milliseconds