Gnash
0.8.10
|
#include <boost/iterator/iterator_facade.hpp>
#include <iterator>
#include <algorithm>
#include "GnashImage.h"
Go to the source code of this file.
Classes | |
class | gnash::image::ARGB |
Adapt a pixel_iterator to use 32-bit values in ARGB byte order. More... | |
struct | gnash::image::pixel_iterator |
The pixel_iterator class is a pixel-level adaptor for a GnashImage. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::image |
Image handling functions and classes. | |
Functions | |
template<typename T > | |
pixel_iterator< T > | gnash::image::begin (GnashImage &im) |
template<typename T > | |
pixel_iterator< T > | gnash::image::end (GnashImage &im) |