Gnash  0.8.11dev
Classes | Namespaces | Functions
ImageIterators.h File Reference
#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< Pixel >
 The pixel_iterator class is a pixel-level adaptor for a GnashImage. More...
 

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 
 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)