Gnash 0.8.9
|
#include "DropShadowFilter_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::dropshadowfilter_new (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_distance (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_alpha (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_color (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_angle (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_blurX (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_blurY (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_strength (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_quality (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_knockout (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_hideObject (const fn_call &fn) |
as_value | gnash::cpp::dropshadowfilter_inner (const fn_call &fn) |
void | gnash::cpp::attachDropShadowFilterInterface (as_object &o) |
void | gnash::dropshadowfilter_class_init (as_object &where, const ObjectURI &uri) |
The prototype of flash.filters.DropShadowFilter is a new BitmapFilter. |