Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFELighting.h62 const LightSource* lightSource;
81 LightSource::PaintingData paintingData;
91 …r*, 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 s…
104 inline void platformApplyGeneric(LightingData&, LightSource::PaintingData&);
107 RefPtr<LightSource> m_lightSource;
DFEDiffuseLighting.h30 class LightSource; variable
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>);
DLightSource.h42 class PLATFORM_EXPORT LightSource : public RefCounted<LightSource> {
62 LightSource(LightType type) in LightSource() function
66 virtual ~LightSource();
71 …virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const =…
DFESpecularLighting.h33 float, float, float, PassRefPtr<LightSource>);
54 const LightSource* lightSource() const;
55 void setLightSource(PassRefPtr<LightSource>);
60 …pecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
DFEDiffuseLighting.cpp32 …float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> l… in FEDiffuseLighting()
39 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create()
114 const LightSource* FEDiffuseLighting::lightSource() const in lightSource()
119 void FEDiffuseLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource()
DFESpecularLighting.cpp33 float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FESpecularLighting()
40 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in create()
130 const LightSource* FESpecularLighting::lightSource() const in lightSource()
135 void FESpecularLighting::setLightSource(PassRefPtr<LightSource> lightSource) in setLightSource()
DDistantLightSource.h30 class PLATFORM_EXPORT DistantLightSource : public LightSource {
37 …virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const O… in create()
55 : LightSource(LS_DISTANT) in DistantLightSource()
DPointLightSource.h30 class PLATFORM_EXPORT PointLightSource : public LightSource {
37 …virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const O… in create()
53 : LightSource(LS_POINT) in PointLightSource()
DLightSource.cpp36 LightSource::~LightSource() in ~LightSource()
DSpotLightSource.h30 class PLATFORM_EXPORT SpotLightSource : public LightSource {
38 …virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const O… in create()
64 : LightSource(LS_SPOT) in SpotLightSource()
DFELighting.cpp41 float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) in FELighting()
186 inline void FELighting::inlineSetPixel(int offset, LightingData& data, LightSource::PaintingData& p… in inlineSetPixel()
235 void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData, in setPixel()
241 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& pa… in platformApplyGenericPaint()
260 inline void FELighting::platformApplyGeneric(LightingData& data, LightSource::PaintingData& paintin… in platformApplyGeneric()
294 inline void FELighting::platformApply(LightingData& data, LightSource::PaintingData& paintingData) in platformApply()
315 LightSource::PaintingData paintingData; in drawLighting()
334 RefPtr<LightSource> lightSource = m_lightSource->create(worldScale, originOffset); in drawLighting()
/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.h117 int LightSource; member
Dexif.c922 ImageInfo.LightSource = (int)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1804 switch(ImageInfo.LightSource) { in ShowImageInfo()
Dmain.c686 bufLen = addKeyValueInt(&buf, bufLen, "LightSource", ImageInfo.LightSource); in getAttributes()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEDiffuseLightingElement.cpp98 LightSource* lightSource = const_cast<LightSource*>(diffuseLighting->lightSource()); in setFilterEffectAttribute()
173 RefPtr<LightSource> lightSource = lightNode->lightSource(filter); in build()
DSVGFESpecularLightingElement.cpp105 LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource()); in setFilterEffectAttribute()
180 RefPtr<LightSource> lightSource = lightNode->lightSource(filter); in build()
DSVGFEPointLightElement.cpp36 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource(Filter* filter) const in DEFINE_NODE_FACTORY()
DSVGFESpotLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
DSVGFEPointLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
DSVGFEDistantLightElement.h35 virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
DSVGFEDistantLightElement.cpp35 PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource(Filter* filter) const in DEFINE_NODE_FACTORY()
DSVGFESpotLightElement.cpp36 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource(Filter* filter) const in DEFINE_NODE_FACTORY()
DSVGFELightElement.h36 virtual PassRefPtr<LightSource> lightSource(Filter*) const = 0;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
Dexif.js182 LightSource : { property

12