|
Gnash 0.8.10dev
|
#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 "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"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 boost::uint8_t _bitmask |
| const boost::uint8_t _destchans |
| NoiseGenerator& _gen |
| const bool _greyscale |
| const bool _multiple |
| const boost::uint8_t _srcchans |
| boost::uniform_int dist |
Referenced by gnash::geometry::pointTest(), and gnash::as_environment::top().
| BitmapData_as::iterator pix |
Referenced by gnash::BitmapData_as::floodFill().
| RNG rng |
| boost::variate_generator<RNG, boost::uniform_int<> > uni |
| size_t x |
Referenced by gnash::Renderer_cairo::add_path(), gnash::TextFormat_as::alignSet(), gnash::Renderer_cairo::begin_display(), gnash::TextFormat_as::blockIndentSet(), gnash::TextFormat_as::boldSet(), gnash::TextFormat_as::bulletSet(), gnash::TextFormat_as::colorSet(), gnash::GtkGui::createWindow(), gnash::SWF::TextRecord::displayRecords(), gnash::TextFormat_as::displaySet(), gnash::Renderer_cairo::draw_poly(), gnash::Renderer_cairo::drawLine(), gnash::fileio_putchar(), gnash::BitmapData_as::floodFill(), gnash::Player::hideMenu(), gnash::TextFormat_as::indentSet(), gnash::TextFormat_as::italicSet(), gnash::TextFormat_as::leadingSet(), gnash::TextFormat_as::leftMarginSet(), gnash::DynamicShape::lineTo(), gnash::RcInitFile::lockScriptLimits(), gnash::movie_root::mouseMoved(), gnash::movie_root::mouseWheel(), gnash::DynamicShape::moveTo(), nsPluginInstance::notify_mouse_state(), gnash::Gui::notifyMouseMove(), NPP_GetMIMEDescription(), gnash::SWF::SWFHandlers::operator[](), gnash::Renderer_cairo::pixel_to_world(), gnash::MovieClip::pointInVisibleShape(), gnash::geometry::pointTest(), gnash::DynamicShape::pointTestLocal(), gnash::SWF::DefineShapeTag::pointTestLocal(), gnash::SWF::ShapeRecord::read(), gnash::image::Input::readSWFJpeg3(), gnash::VM::registerNative(), gnash::GtkCairoGlue::render(), gnash::GtkAggGlue::render(), gnash::TextFormat_as::rightMarginSet(), gnash::EventDevice::scancode_to_gnash_key(), gnash::SWFRect::set_to_point(), gnash::SWFMatrix::set_translation(), gnash::SWFMatrix::set_x_translation(), gnash::LogFile::setActionDump(), gnash::GnashPluginScriptObject::setControlFD(), gnash::RcInitFile::setDebugLog(), gnash::RcInitFile::setDocumentRoot(), gnash::GnashPluginScriptObject::setHostFD(), gnash::RcInitFile::setHWAccel(), gnash::Player::setHWAccel(), gnash::RunResources::setHWAccelBackend(), gnash::RcInitFile::setLCShmKey(), gnash::RcInitFile::setLCTrace(), gnash::RcInitFile::setLocalConnection(), gnash::RcInitFile::setMediaHandler(), gnash::LogFile::setNetwork(), gnash::DragState::setOffset(), gnash::LogFile::setParserDump(), gnash::image::ImageRGBA::setPixel(), gnash::RunResources::setRenderBackend(), gnash::RcInitFile::setRenderer(), gnash::Player::setRenderer(), gnash::RcInitFile::setRetries(), gnash::RcInitFile::setScriptsRecursionLimit(), gnash::RcInitFile::setScriptsTimeout(), gnash::RcInitFile::setSOLLocalDomain(), gnash::RcInitFile::setSOLReadOnly(), gnash::RcInitFile::setSOLSafeDir(), gnash::Player::setStartFullscreen(), gnash::RcInitFile::setStreamsTimeout(), gnash::RcInitFile::setTimerDelay(), gnash::geometry::Range2d< int >::setTo(), gnash::LogFile::setVerbosity(), gnash::GtkExt::setWindow(), gnash::Player::setWindowId(), gnash::SWF::TextRecord::setXOffset(), gnash::Gui::showUpdatedRegions(), gnash::TextFormat_as::sizeSet(), gnash::toSWFMatrix(), gnash::TextFormat_as::underlinedSet(), and gnash::VaapiRectangle::VaapiRectangle().
| size_t y |
Referenced by gnash::Renderer_cairo::add_path(), gnash::Renderer_cairo::begin_display(), gnash::GtkGui::createWindow(), gnash::SWF::TextRecord::displayRecords(), gnash::Renderer_cairo::draw_poly(), gnash::Renderer_cairo::drawLine(), gnash::BitmapData_as::floodFill(), gnash::DynamicShape::lineTo(), gnash::movie_root::mouseMoved(), gnash::movie_root::mouseWheel(), gnash::DynamicShape::moveTo(), nsPluginInstance::notify_mouse_state(), gnash::Gui::notifyMouseMove(), gnash::Renderer_cairo::pixel_to_world(), gnash::MovieClip::pointInVisibleShape(), gnash::geometry::pointTest(), gnash::DynamicShape::pointTestLocal(), gnash::SWF::DefineShapeTag::pointTestLocal(), gnash::SWF::ShapeRecord::read(), gnash::image::JpegInput::readSWFJpeg2WithTables(), gnash::image::Input::readSWFJpeg3(), gnash::VM::registerNative(), gnash::GtkCairoGlue::render(), gnash::GtkAggGlue::render(), gnash::FBGui::renderBuffer(), gnash::EventDevice::scancode_to_gnash_key(), gnash::SWFRect::set_to_point(), gnash::SWFMatrix::set_translation(), gnash::SWFMatrix::set_y_translation(), gnash::DragState::setOffset(), gnash::geometry::Range2d< int >::setTo(), gnash::SWF::TextRecord::setYOffset(), gnash::toSWFMatrix(), gnash::VaapiRectangle::VaapiRectangle(), and gnash::image::JpegOutput::writeImageRGB().
1.7.4