OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setlightingcolor
(Results
1 - 10
of
10
) 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)
/external/webkit/Source/WebCore/
ChangeLog-2005-12-19
[
all
...]
ChangeLog-2008-08-10
[
all
...]
Completed in 128 milliseconds