Gnash
0.8.10
|
#include "GnashImage.h"
#include <memory>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <algorithm>
#include "GnashEnums.h"
#include "GnashImageJpeg.h"
#include "IOChannel.h"
#include "log.h"
#include "GnashNumeric.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::image |
Image handling functions and classes. | |
Functions | |
void | gnash::image::mergeAlpha (ImageRGBA &im, GnashImage::const_iterator alphaData, const size_t bufferLength) |