/external/webkit/WebCore/svg/graphics/filters/ |
D | SVGFEDiffuseLighting.cpp | 33 …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()
|
D | SVGFESpecularLighting.cpp | 33 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()
|
D | SVGFEDiffuseLighting.h | 55 const LightSource* lightSource() const;
|
D | SVGFESpecularLighting.h | 57 const LightSource* lightSource() const;
|
/external/webkit/WebCore/svg/ |
D | SVGFESpotLightElement.h | 32 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEDistantLightElement.h | 32 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEPointLightElement.h | 32 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEDistantLightElement.cpp | 37 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const in lightSource() function in WebCore::SVGFEDistantLightElement
|
D | SVGFEPointLightElement.cpp | 37 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const in lightSource() function in WebCore::SVGFEPointLightElement
|
D | SVGFESpotLightElement.cpp | 37 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const in lightSource() function in WebCore::SVGFESpotLightElement
|
D | SVGFELightElement.h | 37 virtual PassRefPtr<LightSource> lightSource() const = 0;
|
D | SVGFEDiffuseLightingElement.cpp | 120 return lightNode->lightSource(); in findLights()
|
D | SVGFESpecularLightingElement.cpp | 105 return lightNode->lightSource(); in findLights()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 8165 (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 …]
|
D | ChangeLog-2005-12-19 | 3674 (KCanvasFEDiffuseLighting::lightSource): added 3688 (KCanvasFESpecularLighting::lightSource): added 3781 (SVGFEDistantLightElementImpl::lightSource): added 3801 (SVGFEPointLightElementImpl::lightSource): added 3820 (SVGFESpotLightElementImpl::lightSource): added
|
D | ChangeLog-2008-08-10 | 5560 (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):
|
D | ChangeLog-2006-05-10 | 38904 (KCanvasFEDiffuseLighting::lightSource): fixed spacing 38907 (KCanvasFESpecularLighting::lightSource): fixed spacing
|
D | ChangeLog-2010-01-29 | 23351 (WebCore::SVGFEDistantLightElement::lightSource): 23355 (WebCore::SVGFEPointLightElement::lightSource): 23361 (WebCore::SVGFESpotLightElement::lightSource):
|
D | ChangeLog-2007-10-14 | 1839 (WebCore::SVGFESpotLightElement::lightSource):
|