#include "filter_factory.h"#include "BitmapFilter.h"#include "BlurFilter.h"#include "DropShadowFilter.h"#include "GlowFilter.h"#include "BevelFilter.h"#include "GradientGlowFilter.h"#include "ConvolutionFilter.h"#include "ColorMatrixFilter.h"#include "GradientBevelFilter.h"#include "log.h"#include "SWFStream.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Enumerations | |
| enum | gnash::filter_types { gnash::DROP_SHADOW = 0, gnash::BLUR = 1, gnash::GLOW = 2, gnash::BEVEL = 3, gnash::GRADIENT_GLOW = 4, gnash::CONVOLUTION = 5, gnash::COLOR_MATRIX = 6, gnash::GRADIENT_BEVEL = 7 } |
1.7.1