webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SpotLightSource.h>
Public Member Functions | |
const FloatPoint3D & | position () const |
const FloatPoint3D & | direction () const |
float | specularExponent () const |
float | limitingConeAngle () const |
bool | setX (float) override |
bool | setY (float) override |
bool | setZ (float) override |
bool | setPointsAtX (float) override |
bool | setPointsAtY (float) override |
bool | setPointsAtZ (float) override |
bool | setSpecularExponent (float) override |
bool | setLimitingConeAngle (float) override |
void | initPaintingData (PaintingData &) override |
void | updatePaintingData (PaintingData &, int x, int y, float z) override |
TextStream & | externalRepresentation (TextStream &) const override |
Public Member Functions inherited from WebCore::LightSource | |
LightSource (LightType type) | |
virtual | ~LightSource () |
LightType | type () const |
virtual bool | setAzimuth (float) |
virtual bool | setElevation (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 () |
Static Public Member Functions | |
static Ref< SpotLightSource > | create (const FloatPoint3D &position, const FloatPoint3D &direction, float specularExponent, float limitingConeAngle) |
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 |
|
inlinestatic |
|
inline |
|
overridevirtual |
Implements WebCore::LightSource.
|
overridevirtual |
Implements WebCore::LightSource.
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
inline |
|
overridevirtual |
Implements WebCore::LightSource.