Gnash
0.8.10
|
#include <Filters.h>
Public Types | |
enum | glow_types { INNER_GLOW = 2, OUTER_GLOW = 1, FULL_GLOW = 3 } |
Public Member Functions | |
virtual bool | read (SWFStream &in) |
virtual | ~GradientGlowFilter () |
GradientGlowFilter () | |
GradientGlowFilter (float distance, float angle, std::vector< boost::uint32_t > colors, std::vector< boost::uint8_t > alphas, std::vector< boost::uint8_t > ratios, float blurX, float blurY, float strength, boost::uint8_t quality, glow_types type, bool knockout) | |
Public Attributes | |
float | m_distance |
float | m_angle |
std::vector< boost::uint32_t > | m_colors |
std::vector< boost::uint8_t > | m_alphas |
std::vector< boost::uint8_t > | m_ratios |
float | m_blurX |
float | m_blurY |
float | m_strength |
boost::uint8_t | m_quality |
glow_types | m_type |
bool | m_knockout |
virtual gnash::GradientGlowFilter::~GradientGlowFilter | ( | ) | [inline, virtual] |
gnash::GradientGlowFilter::GradientGlowFilter | ( | ) | [inline] |
gnash::GradientGlowFilter::GradientGlowFilter | ( | float | distance, |
float | angle, | ||
std::vector< boost::uint32_t > | colors, | ||
std::vector< boost::uint8_t > | alphas, | ||
std::vector< boost::uint8_t > | ratios, | ||
float | blurX, | ||
float | blurY, | ||
float | strength, | ||
boost::uint8_t | quality, | ||
glow_types | type, | ||
bool | knockout | ||
) | [inline] |
bool gnash::GradientGlowFilter::read | ( | SWFStream & | in | ) | [virtual] |
Reimplemented from gnash::BitmapFilter.
References gnash::SWFStream::ensureBytes(), gnash::SWFStream::read_u8(), m_colors, m_alphas, m_ratios, gnash::key::i, m_blurX, gnash::SWFStream::read_fixed(), m_blurY, m_angle, m_distance, m_strength, gnash::SWFStream::read_short_sfixed(), gnash::SWFStream::read_bit(), m_knockout, m_type, FULL_GLOW, OUTER_GLOW, INNER_GLOW, m_quality, gnash::SWFStream::read_uint(), IF_VERBOSE_PARSE, and _.
std::vector<boost::uint8_t> gnash::GradientGlowFilter::m_alphas |
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
std::vector<boost::uint32_t> gnash::GradientGlowFilter::m_colors |
Referenced by read().
Referenced by read().
Referenced by read().
boost::uint8_t gnash::GradientGlowFilter::m_quality |
Referenced by read().
std::vector<boost::uint8_t> gnash::GradientGlowFilter::m_ratios |
Referenced by read().
Referenced by read().
Referenced by read().