#include <Filters.h>
◆ ~ConvolutionFilter()
virtual gnash::ConvolutionFilter::~ConvolutionFilter |
( |
| ) |
|
|
inlinevirtual |
◆ ConvolutionFilter() [1/2]
gnash::ConvolutionFilter::ConvolutionFilter |
( |
| ) |
|
|
inline |
◆ ConvolutionFilter() [2/2]
gnash::ConvolutionFilter::ConvolutionFilter |
( |
std::uint8_t |
matrixX, |
|
|
std::uint8_t |
matrixY, |
|
|
std::vector< float > |
_matrix, |
|
|
float |
divisor, |
|
|
float |
bias, |
|
|
bool |
preserveAlpha, |
|
|
bool |
clamp, |
|
|
std::uint32_t |
color, |
|
|
std::uint8_t |
alpha |
|
) |
| |
|
inline |
◆ read()
bool gnash::ConvolutionFilter::read |
( |
SWFStream & |
in | ) |
|
|
virtual |
Reimplemented from gnash::BitmapFilter.
References _, _alpha, _bias, _clamp, _color, _divisor, _matrix, _matrixX, _matrixY, _preserveAlpha, gnash::SWFStream::ensureBytes(), gnash::key::i, IF_VERBOSE_PARSE, gnash::log_parse(), gnash::SWFStream::read_bit(), gnash::SWFStream::read_long_float(), gnash::SWFStream::read_u8(), and gnash::SWFStream::read_uint().
◆ _alpha
std::uint8_t gnash::ConvolutionFilter::_alpha |
|
protected |
◆ _bias
float gnash::ConvolutionFilter::_bias |
|
protected |
◆ _clamp
bool gnash::ConvolutionFilter::_clamp |
|
protected |
◆ _color
std::uint32_t gnash::ConvolutionFilter::_color |
|
protected |
◆ _divisor
float gnash::ConvolutionFilter::_divisor |
|
protected |
◆ _matrix
std::vector<float> gnash::ConvolutionFilter::_matrix |
|
protected |
◆ _matrixX
std::uint8_t gnash::ConvolutionFilter::_matrixX |
|
protected |
◆ _matrixY
std::uint8_t gnash::ConvolutionFilter::_matrixY |
|
protected |
◆ _preserveAlpha
bool gnash::ConvolutionFilter::_preserveAlpha |
|
protected |
The documentation for this class was generated from the following files: