#include <Filters.h>
Public Member Functions |
virtual bool | read (SWFStream &in) |
virtual | ~DropShadowFilter () |
| DropShadowFilter () |
| DropShadowFilter (float distance, float angle, boost::uint32_t color, boost::uint8_t alpha, float blurX, float blurY, float strength, boost::uint8_t quality, bool inner, bool knockout, bool hideObject) |
| BitmapFilter () |
virtual | ~BitmapFilter () |
Constructor & Destructor Documentation
virtual gnash::DropShadowFilter::~DropShadowFilter |
( |
| ) |
|
|
inlinevirtual |
gnash::DropShadowFilter::DropShadowFilter |
( |
| ) |
|
|
inline |
gnash::DropShadowFilter::DropShadowFilter |
( |
float |
distance, |
|
|
float |
angle, |
|
|
boost::uint32_t |
color, |
|
|
boost::uint8_t |
alpha, |
|
|
float |
blurX, |
|
|
float |
blurY, |
|
|
float |
strength, |
|
|
boost::uint8_t |
quality, |
|
|
bool |
inner, |
|
|
bool |
knockout, |
|
|
bool |
hideObject |
|
) |
| |
|
inline |
Member Function Documentation
bool gnash::DropShadowFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), IF_VERBOSE_PARSE, m_alpha, m_angle, m_blurX, m_blurY, m_color, m_distance, m_hideObject, m_inner, m_knockout, m_strength, gnash::SWFStream::read_bit(), gnash::SWFStream::read_fixed(), gnash::SWFStream::read_short_sfixed(), gnash::SWFStream::read_u8(), and gnash::SWFStream::read_uint().
Member Data Documentation
boost::uint8_t gnash::DropShadowFilter::m_alpha |
float gnash::DropShadowFilter::m_angle |
float gnash::DropShadowFilter::m_blurX |
float gnash::DropShadowFilter::m_blurY |
boost::uint32_t gnash::DropShadowFilter::m_color |
float gnash::DropShadowFilter::m_distance |
bool gnash::DropShadowFilter::m_hideObject |
bool gnash::DropShadowFilter::m_inner |
bool gnash::DropShadowFilter::m_knockout |
boost::uint8_t gnash::DropShadowFilter::m_quality |
float gnash::DropShadowFilter::m_strength |
The documentation for this class was generated from the following files: