Home
last modified time | relevance | path

Searched refs:SpotLightSource (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/svg/graphics/filters/
DSVGSpotLightSource.h32 class SpotLightSource : public LightSource {
34 …static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position, const FloatPoint3D& direct… in create()
37 … return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle)); in create()
49 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction, in SpotLightSource() function
DSVGLightSource.cpp45 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
/external/webkit/WebCore/svg/
DSVGFESpotLightElement.cpp47 return SpotLightSource::create(pos, direction, specularExponent(), limitingConeAngle()); in lightSource()
/external/webkit/WebCore/
DChangeLog-2008-08-107866 SVGSpotLightSource -> SpotLightSource
7899 (WebCore::SpotLightSource::externalRepresentation):
7910 (WebCore::SpotLightSource::SpotLightSource):
7911 (WebCore::SpotLightSource::position):
7912 (WebCore::SpotLightSource::direction):
7913 (WebCore::SpotLightSource::specularExponent):
7914 (WebCore::SpotLightSource::limitingConeAngle):
DChangeLog-2010-01-2923381 (WebCore::SpotLightSource::create):
23382 (WebCore::SpotLightSource::SpotLightSource):