Home
last modified time | relevance | path

Searched refs:LightSource (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebCore/svg/graphics/filters/
DSVGFEDiffuseLighting.h32 class LightSource; variable
37 const float&, const float&, PassRefPtr<LightSource>);
55 const LightSource* lightSource() const;
56 void setLightSource(PassRefPtr<LightSource>);
65 const float&, const float&, PassRefPtr<LightSource>);
73 RefPtr<LightSource> m_lightSource;
DSVGFESpecularLighting.h36 const float&, const float&, const float&, PassRefPtr<LightSource>);
57 const LightSource* lightSource() const;
58 void setLightSource(PassRefPtr<LightSource>);
67 const float&, const float&, PassRefPtr<LightSource>);
76 RefPtr<LightSource> m_lightSource;
DSVGLightSource.h40 class LightSource : public RefCounted<LightSource> {
42 LightSource(LightType type) in LightSource() function
46 virtual ~LightSource() { } in ~LightSource()
DSVGFEDiffuseLighting.cpp33 …onst float& kernelUnitLengthX, const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FEDiffuseLighting()
47 const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create()
106 const LightSource* FEDiffuseLighting::lightSource() const in lightSource()
111 void FEDiffuseLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource()
DSVGFESpecularLighting.cpp33 const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FESpecularLighting()
48 …const float& kernelUnitLengthX, const float& kernelUnitLengthY, PassRefPtr<LightSource> lightSourc… in create()
118 const LightSource* FESpecularLighting::lightSource() const in lightSource()
123 void FESpecularLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource()
DSVGPointLightSource.h32 class PointLightSource : public LightSource {
45 : LightSource(LS_POINT) in PointLightSource()
DSVGDistantLightSource.h31 class DistantLightSource : public LightSource {
45 : LightSource(LS_DISTANT) in DistantLightSource()
DSVGSpotLightSource.h32 class SpotLightSource : public LightSource {
51 : LightSource(LS_SPOT) in SpotLightSource()
/external/jhead/
Dmakernote.c131 case 1: ImageInfo.LightSource = 1; break; // Sunny in ProcessCanonMakerNoteDir()
132 case 2: ImageInfo.LightSource = 1; break; // Cloudy in ProcessCanonMakerNoteDir()
133 case 3: ImageInfo.LightSource = 3; break; // Thungsten in ProcessCanonMakerNoteDir()
134 case 4: ImageInfo.LightSource = 2; break; // Fourescent in ProcessCanonMakerNoteDir()
135 case 5: ImageInfo.LightSource = 4; break; // Flash in ProcessCanonMakerNoteDir()
Djhead.h98 int LightSource; member
Dexif.c806 ImageInfo.LightSource = (int)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1625 switch(ImageInfo.LightSource) { in ShowImageInfo()
Dmain.c629 bufLen = addKeyValueInt(&buf, bufLen, "LightSource", ImageInfo.LightSource); in getAttributes()
/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()
DSVGFEPointLightElement.cpp37 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const in lightSource()
DSVGFESpotLightElement.cpp37 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const in lightSource()
DSVGFEDiffuseLightingElement.h53 PassRefPtr<LightSource> findLights() const;
DSVGFESpecularLightingElement.h51 PassRefPtr<LightSource> findLights() const;
DSVGFELightElement.h37 virtual PassRefPtr<LightSource> lightSource() const = 0;
DSVGFEDiffuseLightingElement.cpp113 PassRefPtr<LightSource> SVGFEDiffuseLightingElement::findLights() const in findLights()
DSVGFESpecularLightingElement.cpp98 PassRefPtr<LightSource> SVGFESpecularLightingElement::findLights() const in findLights()
/external/webkit/WebCore/
DChangeLog-2008-08-107863 SVGLightSource -> LightSource
7903 (WebCore::LightSource::LightSource):
7904 (WebCore::LightSource::~LightSource):
7905 (WebCore::LightSource::type):