|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <DistantLightSource.h>
Public Member Functions | |
| float | azimuth () const |
| float | elevation () const |
| bool | setAzimuth (float) override |
| bool | setElevation (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 | 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 () |
Static Public Member Functions | |
| static Ref< DistantLightSource > | create (float azimuth, float elevation) |
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 |
|
inlinestatic |
|
inline |
|
overridevirtual |
Implements WebCore::LightSource.
|
overridevirtual |
Implements WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Reimplemented from WebCore::LightSource.
|
overridevirtual |
Implements WebCore::LightSource.
1.8.13