|
Gnash 0.8.9
|
#include "Color_as.h"#include <sstream>#include "as_object.h"#include "log.h"#include "fn_call.h"#include "Global_as.h"#include "smart_ptr.h"#include "NativeFunction.h"#include "SWFCxForm.h"#include "VM.h"#include "MovieClip.h"#include "namedStrings.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
| namespace | gnash::cpp |
Functions | |
| as_value | gnash::cpp::color_getrgb (const fn_call &fn) |
| as_value | gnash::cpp::color_gettransform (const fn_call &fn) |
| as_value | gnash::cpp::color_setrgb (const fn_call &fn) |
| as_value | gnash::cpp::color_settransform (const fn_call &fn) |
| as_value | gnash::cpp::color_ctor (const fn_call &fn) |
| void | gnash::cpp::attachColorInterface (as_object &o) |
| void | gnash::cpp::parseColorTransProp (as_object &obj, const ObjectURI &key, boost::int16_t &target, bool scale) |
| MovieClip * | gnash::cpp::getTarget (as_object *obj, const fn_call &fn) |
| void | gnash::registerColorNative (as_object &o) |
| void | gnash::color_class_init (as_object &global, const ObjectURI &uri) |
| Initialize the global Color class. | |
1.7.3