Gnash 0.8.9
Namespaces | Functions

ConvolutionFilter_as.cpp File Reference

#include "ConvolutionFilter_as.h"
#include "as_object.h"
#include "VM.h"
#include "Global_as.h"
#include "BitmapFilter_as.h"
#include "Filters.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


namespace  gnash::cpp

Functions

as_value gnash::cpp::convolutionfilter_new (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_matrixX (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_matrixY (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_matrix (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_divisor (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_bias (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_preserveAlpha (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_clamp (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_color (const fn_call &fn)
as_value gnash::cpp::convolutionfilter_alpha (const fn_call &fn)
void gnash::cpp::attachConvolutionFilterInterface (as_object &o)
void gnash::convolutionfilter_class_init (as_object &where, const ObjectURI &uri)
 The prototype of flash.filters.ConvolutionFilter is a new BitmapFilter.