/external/webkit/Source/WebCore/svg/ |
D | SVGFEDiffuseLightingElement.cpp | 102 LightSource* lightSource = const_cast<LightSource*>(diffuseLighting->lightSource()); in setFilterEffectAttribute() local 104 ASSERT(lightSource); in setFilterEffectAttribute() 108 return lightSource->setAzimuth(lightElement->azimuth()); in setFilterEffectAttribute() 110 return lightSource->setElevation(lightElement->elevation()); in setFilterEffectAttribute() 112 return lightSource->setX(lightElement->x()); in setFilterEffectAttribute() 114 return lightSource->setY(lightElement->y()); in setFilterEffectAttribute() 116 return lightSource->setZ(lightElement->z()); in setFilterEffectAttribute() 118 return lightSource->setPointsAtX(lightElement->pointsAtX()); in setFilterEffectAttribute() 120 return lightSource->setPointsAtY(lightElement->pointsAtY()); in setFilterEffectAttribute() 122 return lightSource->setPointsAtZ(lightElement->pointsAtZ()); in setFilterEffectAttribute() [all …]
|
D | SVGFESpecularLightingElement.cpp | 109 LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource()); in setFilterEffectAttribute() local 111 ASSERT(lightSource); in setFilterEffectAttribute() 115 return lightSource->setAzimuth(lightElement->azimuth()); in setFilterEffectAttribute() 117 return lightSource->setElevation(lightElement->elevation()); in setFilterEffectAttribute() 119 return lightSource->setX(lightElement->x()); in setFilterEffectAttribute() 121 return lightSource->setY(lightElement->y()); in setFilterEffectAttribute() 123 return lightSource->setZ(lightElement->z()); in setFilterEffectAttribute() 125 return lightSource->setPointsAtX(lightElement->pointsAtX()); in setFilterEffectAttribute() 127 return lightSource->setPointsAtY(lightElement->pointsAtY()); in setFilterEffectAttribute() 129 return lightSource->setPointsAtZ(lightElement->pointsAtZ()); in setFilterEffectAttribute() [all …]
|
D | SVGFESpotLightElement.h | 35 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEPointLightElement.h | 35 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEDistantLightElement.h | 35 virtual PassRefPtr<LightSource> lightSource() const;
|
D | SVGFEDistantLightElement.cpp | 39 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const in lightSource() function in WebCore::SVGFEDistantLightElement
|
D | SVGFEPointLightElement.cpp | 39 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const in lightSource() function in WebCore::SVGFEPointLightElement
|
D | SVGFESpotLightElement.cpp | 39 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const in lightSource() function in WebCore::SVGFESpotLightElement
|
D | SVGFELightElement.h | 34 virtual PassRefPtr<LightSource> lightSource() const = 0;
|
D | SVGFELightElement.cpp | 73 return lightNode->lightSource(); in findLightSource()
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEDiffuseLighting.cpp | 34 …useConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FEDiffuseLighting() argument 35 …htingColor, surfaceScale, diffuseConstant, 0, 0, kernelUnitLengthX, kernelUnitLengthY, lightSource) in FEDiffuseLighting() 41 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create() argument 43 … lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource)); in create() 115 const LightSource* FEDiffuseLighting::lightSource() const in lightSource() function in WebCore::FEDiffuseLighting 120 void FEDiffuseLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource() argument 122 m_lightSource = lightSource; in setLightSource()
|
D | FESpecularLighting.cpp | 35 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FESpecularLighting() argument 36 …aceScale, 0, specularConstant, specularExponent, kernelUnitLengthX, kernelUnitLengthY, lightSource) in FESpecularLighting() 42 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create() argument 45 kernelUnitLengthX, kernelUnitLengthY, lightSource)); in create() 130 const LightSource* FESpecularLighting::lightSource() const in lightSource() function in WebCore::FESpecularLighting 135 void FESpecularLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource() argument 137 m_lightSource = lightSource; in setLightSource()
|
D | FEDiffuseLighting.h | 53 const LightSource* lightSource() const;
|
D | FESpecularLighting.h | 54 const LightSource* lightSource() const;
|
D | FELighting.cpp | 45 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FELighting() argument 48 , m_lightSource(lightSource) in FELighting()
|
/external/webkit/Source/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-2010-05-24 | 8413 (WebCore::SVGFESpotLightElement::lightSource):
|
D | ChangeLog-2007-10-14 | 1839 (WebCore::SVGFESpotLightElement::lightSource):
|
D | ChangeLog | 59572 Test: svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
|
D | ChangeLog-2010-12-06 | 66609 (WebCore::SVGFEPointLightElement::lightSource):
|