|
Gnash
0.8.10
|
#include <Filters.h>
Public Types | |
| enum | glow_types { INNER_BEVEL = 2, OUTER_BEVEL = 1, FULL_BEVEL = 3 } |
Public Member Functions | |
| virtual bool | read (SWFStream &in) |
| virtual | ~GradientBevelFilter () |
| GradientBevelFilter () | |
| GradientBevelFilter (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::GradientBevelFilter::~GradientBevelFilter | ( | ) | [inline, virtual] |
| gnash::GradientBevelFilter::GradientBevelFilter | ( | ) | [inline] |
| gnash::GradientBevelFilter::GradientBevelFilter | ( | 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::GradientBevelFilter::read | ( | SWFStream & | in | ) | [virtual] |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), FULL_BEVEL, gnash::key::i, IF_VERBOSE_PARSE, INNER_BEVEL, m_alphas, m_angle, m_blurX, m_blurY, m_colors, m_distance, m_knockout, m_quality, m_ratios, m_strength, m_type, OUTER_BEVEL, gnash::SWFStream::read_bit(), gnash::SWFStream::read_fixed(), gnash::SWFStream::read_short_sfixed(), gnash::SWFStream::read_u8(), and gnash::SWFStream::read_uint().
| std::vector<boost::uint8_t> gnash::GradientBevelFilter::m_alphas |
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
| std::vector<boost::uint32_t> gnash::GradientBevelFilter::m_colors |
Referenced by read().
Referenced by read().
Referenced by read().
| boost::uint8_t gnash::GradientBevelFilter::m_quality |
Referenced by read().
| std::vector<boost::uint8_t> gnash::GradientBevelFilter::m_ratios |
Referenced by read().
Referenced by read().
Referenced by read().
1.7.6.1