#include <Filters.h>
|
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) |
|
| BitmapFilter () |
|
virtual | ~BitmapFilter () |
|
Enumerator |
---|
OUTER_BEVEL |
|
INNER_BEVEL |
|
FULL_BEVEL |
|
virtual gnash::BevelFilter::~BevelFilter |
( |
) | |
|
|
inlinevirtual |
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().
float gnash::BevelFilter::m_angle |
float gnash::BevelFilter::m_blurX |
float gnash::BevelFilter::m_blurY |
float gnash::BevelFilter::m_distance |
boost::uint8_t gnash::BevelFilter::m_highlightAlpha |
boost::uint32_t gnash::BevelFilter::m_highlightColor |
bool gnash::BevelFilter::m_knockout |
boost::uint8_t gnash::BevelFilter::m_quality |
boost::uint8_t gnash::BevelFilter::m_shadowAlpha |
boost::uint32_t gnash::BevelFilter::m_shadowColor |
float gnash::BevelFilter::m_strength |
The documentation for this class was generated from the following files: