|
Gnash
0.8.10
|
#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) | |
Public Attributes | |
| float | m_distance |
| float | m_angle |
| boost::uint32_t | m_color |
| boost::uint8_t | m_alpha |
| float | m_blurX |
| float | m_blurY |
| float | m_strength |
| boost::uint8_t | m_quality |
| bool | m_inner |
| bool | m_knockout |
| bool | m_hideObject |
| virtual gnash::DropShadowFilter::~DropShadowFilter | ( | ) | [inline, virtual] |
| 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] |
| bool gnash::DropShadowFilter::read | ( | SWFStream & | in | ) | [virtual] |
Reimplemented from gnash::BitmapFilter.
References gnash::SWFStream::ensureBytes(), m_color, gnash::SWFStream::read_u8(), m_alpha, m_blurX, gnash::SWFStream::read_fixed(), m_blurY, m_angle, m_distance, m_strength, gnash::SWFStream::read_short_sfixed(), m_inner, gnash::SWFStream::read_bit(), m_knockout, m_hideObject, gnash::SWFStream::read_uint(), IF_VERBOSE_PARSE, and _.
| boost::uint8_t gnash::DropShadowFilter::m_alpha |
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
| boost::uint32_t gnash::DropShadowFilter::m_color |
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
| boost::uint8_t gnash::DropShadowFilter::m_quality |
Referenced by read().
1.7.5