#include "BitmapData_as.h"#include <vector>#include <sstream>#include <algorithm>#include <queue>#include <boost/random.hpp>#include <boost/iterator/zip_iterator.hpp>#include <boost/tuple/tuple.hpp>#include <boost/array.hpp>#include <cmath>#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 "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"#include "GnashNumeric.h"#include "Array_as.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| void | gnash::bitmapdata_class_init (as_object &where, const ObjectURI &uri) |
| Initialize the global BitmapData class. | |
| void | gnash::registerBitmapDataNative (as_object &global) |
| const double _baseX |
| const double _baseY |
| const boost::uint8_t _bitmask |
| const boost::uint8_t _destchans |
| const bool _fractal |
| Generator& _gen |
| const bool _greyscale |
| const bool _multiple |
| const size_t _octaves |
| std::vector<Vector>& _offsets |
| const boost::uint8_t _srcchans |
| VM& _vm |
| const size_t _x |
Referenced by gnash::GnashVaapiImageProxy::x().
| const size_t _y |
Referenced by gnash::GnashVaapiImageProxy::y().
| Dist dist |
Referenced by gnash::as_environment::top().
| boost::array<boost::array<T, 2>, Size * 2 + 2> g2 |
| boost::array<size_t, Size * 2 + 2> permTable |
| BitmapData_as::iterator pix |
Referenced by gnash::renderer::EGLDevice::copyPbuffers().
| Rand rng |
| Gen uni |
| size_t x |
Referenced by gnash::SWF::TextRecord::displayRecords(), gnash::fileio_putchar(), gnash::renderer::directfb::DirectFBDevice::getHeight(), gnash::renderer::directfb::DirectFBDevice::getHorzRes(), gnash::renderer::directfb::DirectFBDevice::getVerticalRes(), gnash::renderer::directfb::DirectFBDevice::getWidth(), main(), gnash::Gui::notifyMouseMove(), NPP_GetMIMEDescription(), gnash::SWF::ShapeRecord::read(), gnash::GtkAggGlue::render(), test_geometry(), test_renderer(), gnash::VaapiRectangle::VaapiRectangle(), and gnash::renderer::gles1::Renderer_gles1::world_to_pixel().
| size_t y |
Referenced by gnash::SWF::TextRecord::displayRecords(), gnash::renderer::directfb::DirectFBDevice::getHeight(), gnash::renderer::directfb::DirectFBDevice::getHorzRes(), gnash::renderer::directfb::DirectFBDevice::getVerticalRes(), gnash::renderer::directfb::DirectFBDevice::getWidth(), main(), gnash::Gui::notifyMouseMove(), gnash::SWF::ShapeRecord::read(), gnash::image::JpegInput::readSWFJpeg2WithTables(), gnash::GtkAggGlue::render(), test_geometry(), test_renderer(), gnash::VaapiRectangle::VaapiRectangle(), gnash::renderer::gles1::Renderer_gles1::world_to_pixel(), and gnash::image::JpegOutput::writeImageRGB().
1.7.1