Gnash
0.8.10
|
#include <Filters.h>
Public Member Functions | |
virtual bool | read (SWFStream &in) |
virtual | ~GlowFilter () |
GlowFilter () | |
GlowFilter (boost::uint32_t color, boost::uint8_t alpha, float blurX, float blurY, float strength, boost::uint8_t quality, bool inner, bool knockout) | |
Public Attributes | |
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 |
virtual gnash::GlowFilter::~GlowFilter | ( | ) | [inline, virtual] |
gnash::GlowFilter::GlowFilter | ( | ) | [inline] |
gnash::GlowFilter::GlowFilter | ( | boost::uint32_t | color, |
boost::uint8_t | alpha, | ||
float | blurX, | ||
float | blurY, | ||
float | strength, | ||
boost::uint8_t | quality, | ||
bool | inner, | ||
bool | knockout | ||
) | [inline] |
bool gnash::GlowFilter::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_strength, gnash::SWFStream::read_short_sfixed(), m_inner, gnash::SWFStream::read_bit(), m_knockout, gnash::SWFStream::read_uint(), IF_VERBOSE_PARSE, and _.
boost::uint8_t gnash::GlowFilter::m_alpha |
Referenced by read().
Referenced by read().
Referenced by read().
boost::uint32_t gnash::GlowFilter::m_color |
Referenced by read().
Referenced by read().
Referenced by read().
boost::uint8_t gnash::GlowFilter::m_quality |
Referenced by read().