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