Searched refs:LightSource (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DLightSource.cpp32 #include "platform/graphics/filters/LightSource.h"
36 LightSource::~LightSource()
H A DFEDiffuseLighting.h30 class LightSource;
35 float, float, PassRefPtr<LightSource>);
53 const LightSource* lightSource() const;
54 void setLightSource(PassRefPtr<LightSource>);
59 FEDiffuseLighting(Filter*, const Color&, float, float, float, float, PassRefPtr<LightSource>);
H A DFESpecularLighting.h33 float, float, float, PassRefPtr<LightSource>);
54 const LightSource* lightSource() const;
55 void setLightSource(PassRefPtr<LightSource>);
60 FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
H A DLightSource.h42 class PLATFORM_EXPORT LightSource : public RefCounted<LightSource> { class in namespace:blink
62 LightSource(LightType type) function in class:blink::LightSource
66 virtual ~LightSource();
71 virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const = 0;
H A DFELighting.h34 #include "platform/graphics/filters/LightSource.h"
62 const LightSource* lightSource;
81 LightSource::PaintingData paintingData;
91 FELighting(Filter*, LightingType, const Color&, float, float, float, float, float, float, PassRefPtr<LightSource>);
94 inline void inlineSetPixel(int offset, LightingData&, LightSource::PaintingData&,
98 void setPixel(int offset, LightingData&, LightSource::PaintingData&,
101 inline void platformApply(LightingData&, LightSource::PaintingData&);
103 inline void platformApplyGenericPaint(LightingData&, LightSource::PaintingData&, int startX, int startY);
104 inline void platformApplyGeneric(LightingData&, LightSource::PaintingData&);
107 RefPtr<LightSource> m_lightSourc
[all...]
H A DDistantLightSource.h26 #include "platform/graphics/filters/LightSource.h"
30 class PLATFORM_EXPORT DistantLightSource : public LightSource {
37 virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
55 : LightSource(LS_DISTANT)
H A DFEDiffuseLighting.cpp26 #include "platform/graphics/filters/LightSource.h"
32 float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
39 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
114 const LightSource* FEDiffuseLighting::lightSource() const
119 void FEDiffuseLighting::setLightSource(PassRefPtr<LightSource> lightSource)
H A DFESpecularLighting.cpp26 #include "platform/graphics/filters/LightSource.h"
33 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
40 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
130 const LightSource* FESpecularLighting::lightSource() const
135 void FESpecularLighting::setLightSource(PassRefPtr<LightSource> lightSource)
H A DPointLightSource.h26 #include "platform/graphics/filters/LightSource.h"
30 class PLATFORM_EXPORT PointLightSource : public LightSource {
37 virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
53 : LightSource(LS_POINT)
H A DSpotLightSource.h26 #include "platform/graphics/filters/LightSource.h"
30 class PLATFORM_EXPORT SpotLightSource : public LightSource {
38 virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
64 : LightSource(LS_SPOT)
H A DFELighting.cpp41 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
186 inline void FELighting::inlineSetPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData,
235 void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData,
241 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& paintingData, int startY, int endY)
260 inline void FELighting::platformApplyGeneric(LightingData& data, LightSource::PaintingData& paintingData)
294 inline void FELighting::platformApply(LightingData& data, LightSource::PaintingData& paintingData)
315 LightSource::PaintingData paintingData;
334 RefPtr<LightSource> lightSource = m_lightSource->create(worldScale, originOffset);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDistantLightElement.cpp35 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource(Filter* filter) const
H A DSVGFEDistantLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
H A DSVGFEPointLightElement.cpp36 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource(Filter* filter) const
H A DSVGFEPointLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
H A DSVGFESpotLightElement.cpp36 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource(Filter* filter) const
H A DSVGFESpotLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
H A DSVGFEDiffuseLightingElement.cpp98 LightSource* lightSource = const_cast<LightSource*>(diffuseLighting->lightSource());
173 RefPtr<LightSource> lightSource = lightNode->lightSource(filter);
H A DSVGFESpecularLightingElement.cpp105 LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource());
180 RefPtr<LightSource> lightSource = lightNode->lightSource(filter);
H A DSVGFELightElement.h28 #include "platform/graphics/filters/LightSource.h"
36 virtual PassRefPtr<LightSource> lightSource(Filter*) const = 0;
/external/jhead/
H A Dmakernote.c131 case 1: ImageInfo.LightSource = 1; break; // Sunny
132 case 2: ImageInfo.LightSource = 1; break; // Cloudy
133 case 3: ImageInfo.LightSource = 3; break; // Thungsten
134 case 4: ImageInfo.LightSource = 2; break; // Fourescent
135 case 5: ImageInfo.LightSource = 4; break; // Flash
H A Djhead.h117 int LightSource; member in struct:__anon22666
H A Dmain.c686 bufLen = addKeyValueInt(&buf, bufLen, "LightSource", ImageInfo.LightSource);
H A Dexif.c256 { TAG_LIGHT_SOURCE, "LightSource", FMT_USHORT, 1},
922 ImageInfo.LightSource = (int)ConvertAnyFormat(ValuePtr, Format);
1803 //Quercus: 17-1-2004 Added LightSource, some cams return this, whitebalance or both
1804 switch(ImageInfo.LightSource) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dexif.js57 0x9208 : "LightSource", // Kind of light source
182 LightSource : {
502 case "LightSource" :

Completed in 3922 milliseconds

12