Gnash 0.8.9
Namespaces | Functions

BitmapData_as.cpp File Reference

#include "BitmapData_as.h"
#include <vector>
#include <sstream>
#include <algorithm>
#include <queue>
#include "MovieClip.h"
#include "GnashImage.h"
#include "DisplayObject.h"
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "smart_ptr.h"
#include "GnashException.h"
#include "VM.h"
#include "Renderer.h"
#include "RunResources.h"
#include "namedStrings.h"
#include "Movie.h"
#include "movie_definition.h"
#include "Transform.h"
#include "ASConversions.h"
#include "flash/geom/ColorTransform_as.h"
#include "NativeFunction.h"

Namespaces

namespace  gnash
 

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


namespace  gnash::cpp

Functions

as_value gnash::cpp::bitmapdata_applyFilter (const fn_call &fn)
as_value gnash::cpp::bitmapdata_clone (const fn_call &fn)
as_value gnash::cpp::bitmapdata_colorTransform (const fn_call &fn)
as_value gnash::cpp::bitmapdata_copyChannel (const fn_call &fn)
as_value gnash::cpp::bitmapdata_copyPixels (const fn_call &fn)
as_value gnash::cpp::bitmapdata_dispose (const fn_call &fn)
as_value gnash::cpp::bitmapdata_draw (const fn_call &fn)
as_value gnash::cpp::bitmapdata_fillRect (const fn_call &fn)
as_value gnash::cpp::bitmapdata_floodFill (const fn_call &fn)
as_value gnash::cpp::bitmapdata_generateFilterRect (const fn_call &fn)
as_value gnash::cpp::bitmapdata_getColorBoundsRect (const fn_call &fn)
as_value gnash::cpp::bitmapdata_getPixel (const fn_call &fn)
as_value gnash::cpp::bitmapdata_getPixel32 (const fn_call &fn)
as_value gnash::cpp::bitmapdata_hitTest (const fn_call &fn)
as_value gnash::cpp::bitmapdata_merge (const fn_call &fn)
as_value gnash::cpp::bitmapdata_noise (const fn_call &fn)
as_value gnash::cpp::bitmapdata_paletteMap (const fn_call &fn)
as_value gnash::cpp::bitmapdata_perlinNoise (const fn_call &fn)
as_value gnash::cpp::bitmapdata_pixelDissolve (const fn_call &fn)
as_value gnash::cpp::bitmapdata_scroll (const fn_call &fn)
as_value gnash::cpp::bitmapdata_setPixel (const fn_call &fn)
as_value gnash::cpp::bitmapdata_setPixel32 (const fn_call &fn)
as_value gnash::cpp::bitmapdata_threshold (const fn_call &fn)
as_value gnash::cpp::bitmapdata_height (const fn_call &fn)
as_value gnash::cpp::bitmapdata_rectangle (const fn_call &fn)
as_value gnash::cpp::bitmapdata_transparent (const fn_call &fn)
as_value gnash::cpp::bitmapdata_width (const fn_call &fn)
as_value gnash::cpp::bitmapdata_loadBitmap (const fn_call &fn)
as_value gnash::cpp::bitmapdata_compare (const fn_call &fn)
as_value gnash::cpp::bitmapdata_ctor (const fn_call &fn)
void gnash::cpp::attachBitmapDataInterface (as_object &o)
void gnash::cpp::attachBitmapDataStaticProperties (as_object &o)
as_value gnash::cpp::get_flash_display_bitmap_data_constructor (const fn_call &fn)
BitmapData_as::iterator gnash::cpp::pixelAt (const BitmapData_as &bd, size_t x, size_t y)
void gnash::bitmapdata_class_init (as_object &where, const ObjectURI &uri)
 Initialize the global BitmapData class.
void gnash::registerBitmapDataNative (as_object &global)