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

  /external/webkit/Source/WebCore/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/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 95 return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
SVGFESpecularLightingElement.cpp 100 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor());
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 481 svgstyle->setLightingColor(colorFromSVGColorCSSValue(static_cast<SVGColor*>(value), m_style->color()));
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 225 void setLightingColor(const Color& obj)

Completed in 79 milliseconds