|
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(), IF_VERBOSE_PARSE, m_alpha, m_blurX, m_blurY, m_color, 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().
| 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().
1.7.6.1