webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <LightSource.h>
Classes | |
struct | PaintingData |
Public Member Functions | |
LightSource (LightType type) | |
virtual | ~LightSource () |
LightType | type () const |
virtual TextStream & | externalRepresentation (TextStream &) const =0 |
virtual void | initPaintingData (PaintingData &)=0 |
virtual void | updatePaintingData (PaintingData &, int x, int y, float z)=0 |
virtual bool | setAzimuth (float) |
virtual bool | setElevation (float) |
virtual bool | setX (float) |
virtual bool | setY (float) |
virtual bool | setZ (float) |
virtual bool | setPointsAtX (float) |
virtual bool | setPointsAtY (float) |
virtual bool | setPointsAtZ (float) |
virtual bool | setSpecularExponent (float) |
virtual bool | setLimitingConeAngle (float) |
Public Member Functions inherited from WTF::RefCounted< LightSource > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< LightSource > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in WebCore::SpotLightSource, WebCore::DistantLightSource, and WebCore::PointLightSource.
|
pure virtual |
Implemented in WebCore::SpotLightSource, WebCore::DistantLightSource, and WebCore::PointLightSource.
|
inlinevirtual |
Reimplemented in WebCore::DistantLightSource.
|
inlinevirtual |
Reimplemented in WebCore::DistantLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource, and WebCore::PointLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource, and WebCore::PointLightSource.
|
inlinevirtual |
Reimplemented in WebCore::SpotLightSource, and WebCore::PointLightSource.
|
inline |
|
pure virtual |
Implemented in WebCore::SpotLightSource, WebCore::DistantLightSource, and WebCore::PointLightSource.