Gnash 0.8.9
|
#include "BevelFilter_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::bevelfilter_new (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_distance (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_angle (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_highlightColor (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_highlightAlpha (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_shadowColor (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_shadowAlpha (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_blurX (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_blurY (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_strength (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_quality (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_type (const fn_call &fn) |
as_value | gnash::cpp::bevelfilter_knockout (const fn_call &fn) |
void | gnash::cpp::attachBevelFilterInterface (as_object &o) |
void | gnash::bevelfilter_class_init (as_object &where, const ObjectURI &uri) |
The prototype of flash.filters.BevelFilter is a new BitmapFilter. |