|
Gnash
0.8.10
|
#include <Filters.h>
Public Types | |
| enum | bevel_type { OUTER_BEVEL = 1, INNER_BEVEL = 2, FULL_BEVEL = 3 } |
Public Member Functions | |
| virtual bool | read (SWFStream &in) |
| virtual | ~BevelFilter () |
| BevelFilter () | |
| BevelFilter (float distance, float angle, boost::uint32_t hcolor, boost::uint8_t halpha, boost::uint32_t scolor, boost::uint8_t salpha, float blurX, float blurY, float strength, boost::uint8_t quality, bevel_type type, bool knockout) | |
Public Attributes | |
| float | m_distance |
| float | m_angle |
| boost::uint32_t | m_highlightColor |
| boost::uint8_t | m_highlightAlpha |
| boost::uint32_t | m_shadowColor |
| boost::uint8_t | m_shadowAlpha |
| float | m_blurX |
| float | m_blurY |
| float | m_strength |
| boost::uint8_t | m_quality |
| bevel_type | m_type |
| bool | m_knockout |
| virtual gnash::BevelFilter::~BevelFilter | ( | ) | [inline, virtual] |
| gnash::BevelFilter::BevelFilter | ( | ) | [inline] |
| gnash::BevelFilter::BevelFilter | ( | float | distance, |
| float | angle, | ||
| boost::uint32_t | hcolor, | ||
| boost::uint8_t | halpha, | ||
| boost::uint32_t | scolor, | ||
| boost::uint8_t | salpha, | ||
| float | blurX, | ||
| float | blurY, | ||
| float | strength, | ||
| boost::uint8_t | quality, | ||
| bevel_type | type, | ||
| bool | knockout | ||
| ) | [inline] |
| bool gnash::BevelFilter::read | ( | SWFStream & | in | ) | [virtual] |
Reimplemented from gnash::BitmapFilter.
References _, gnash::SWFStream::ensureBytes(), FULL_BEVEL, IF_VERBOSE_PARSE, INNER_BEVEL, m_angle, m_blurX, m_blurY, m_distance, m_highlightAlpha, m_highlightColor, m_knockout, m_shadowAlpha, m_shadowColor, 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().
Referenced by read().
Referenced by read().
Referenced by read().
Referenced by read().
| boost::uint8_t gnash::BevelFilter::m_highlightAlpha |
Referenced by read().
| boost::uint32_t gnash::BevelFilter::m_highlightColor |
Referenced by read().
Referenced by read().
| boost::uint8_t gnash::BevelFilter::m_quality |
| boost::uint8_t gnash::BevelFilter::m_shadowAlpha |
Referenced by read().
| boost::uint32_t gnash::BevelFilter::m_shadowColor |
Referenced by read().
Referenced by read().
Referenced by read().
1.7.6.1