Home
last modified time | relevance | path

Searched refs:lightSource (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/svg/graphics/filters/
DSVGFEDiffuseLighting.cpp33 …onst float& kernelUnitLengthX, const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FEDiffuseLighting() argument
41 , m_lightSource(lightSource) in FEDiffuseLighting()
47 const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create() argument
49 … lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource)); in create()
106 const LightSource* FEDiffuseLighting::lightSource() const in lightSource() function in WebCore::FEDiffuseLighting
111 void FEDiffuseLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource() argument
113 m_lightSource = lightSource; in setLightSource()
DSVGFESpecularLighting.cpp33 const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FESpecularLighting() argument
42 , m_lightSource(lightSource) in FESpecularLighting()
48 …onst float& kernelUnitLengthX, const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create() argument
51 kernelUnitLengthX, kernelUnitLengthY, lightSource)); in create()
118 const LightSource* FESpecularLighting::lightSource() const in lightSource() function in WebCore::FESpecularLighting
123 void FESpecularLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource() argument
125 m_lightSource = lightSource; in setLightSource()
DSVGFEDiffuseLighting.h55 const LightSource* lightSource() const;
DSVGFESpecularLighting.h57 const LightSource* lightSource() const;
/external/webkit/WebCore/svg/
DSVGFESpotLightElement.h32 virtual PassRefPtr<LightSource> lightSource() const;
DSVGFEDistantLightElement.h32 virtual PassRefPtr<LightSource> lightSource() const;
DSVGFEPointLightElement.h32 virtual PassRefPtr<LightSource> lightSource() const;
DSVGFEDistantLightElement.cpp37 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const in lightSource() function in WebCore::SVGFEDistantLightElement
DSVGFEPointLightElement.cpp37 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const in lightSource() function in WebCore::SVGFEPointLightElement
DSVGFESpotLightElement.cpp37 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const in lightSource() function in WebCore::SVGFESpotLightElement
DSVGFELightElement.h37 virtual PassRefPtr<LightSource> lightSource() const = 0;
DSVGFEDiffuseLightingElement.cpp120 return lightNode->lightSource(); in findLights()
DSVGFESpecularLightingElement.cpp105 return lightNode->lightSource(); in findLights()
/external/webkit/WebCore/
DChangeLog-2006-12-318165 (WebCore::SVGFEDistantLightElement::lightSource):
8191 (WebCore::SVGFEPointLightElement::lightSource):
8198 (WebCore::SVGFESpotLightElement::lightSource):
9582 (WebCore::SVGFEDistantLightElement::lightSource):
9601 (WebCore::SVGFEPointLightElement::lightSource):
9608 (WebCore::SVGFESpotLightElement::lightSource):
9751 (WebCore::SVGFEDiffuseLighting::lightSource):
9828 (WebCore::SVGFESpecularLighting::lightSource):
28527 (WebCore::KCanvasFEDiffuseLighting::lightSource):
28528 (WebCore::KCanvasFESpecularLighting::lightSource):
[all …]
DChangeLog-2005-12-193674 (KCanvasFEDiffuseLighting::lightSource): added
3688 (KCanvasFESpecularLighting::lightSource): added
3781 (SVGFEDistantLightElementImpl::lightSource): added
3801 (SVGFEPointLightElementImpl::lightSource): added
3820 (SVGFESpotLightElementImpl::lightSource): added
DChangeLog-2008-08-105560 (WebCore::FEDiffuseLighting::lightSource):
5663 (WebCore::FESpecularLighting::lightSource):
7874 (WebCore::SVGFEDistantLightElement::lightSource):
7878 (WebCore::SVGFEPointLightElement::lightSource):
7883 (WebCore::SVGFESpotLightElement::lightSource):
7890 (WebCore::SVGFEDiffuseLighting::lightSource):
7894 (WebCore::SVGFESpecularLighting::lightSource):
10605 (WebCore::SVGFEDiffuseLighting::lightSource):
10630 (WebCore::SVGFESpecularLighting::lightSource):
DChangeLog-2006-05-1038904 (KCanvasFEDiffuseLighting::lightSource): fixed spacing
38907 (KCanvasFESpecularLighting::lightSource): fixed spacing
DChangeLog-2010-01-2923351 (WebCore::SVGFEDistantLightElement::lightSource):
23355 (WebCore::SVGFEPointLightElement::lightSource):
23361 (WebCore::SVGFESpotLightElement::lightSource):
DChangeLog-2007-10-141839 (WebCore::SVGFESpotLightElement::lightSource):