PixFmt
template<class PixFmt> class image_accessor_no_clip
typedef PixFmt pixfmt_type;
template<class PixFmt> class image_accessor_clone
typedef PixFmt pixfmt_type;
template<class PixFmt, class WrapX, class WrapY> class image_accessor_wrap
typedef PixFmt pixfmt_type;
template<class PixFmt> class image_accessor_clip
typedef PixFmt pixfmt_type;
template<class PixFmt, class AlphaMask> class pixfmt_amask_adaptor
typedef PixFmt pixfmt_type;
template<class PixFmt>
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
template<class PixFmt>
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
template<class PixFmt>
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
template<class PixFmt>
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
template<class PixFmt>
bool attach(PixFmt& pixf, int x1, int y1, int x2, int y2)
template<class PixFmt> class pixfmt_transposer
typedef PixFmt pixfmt_type;
template<typename PixFmt, typename Mode>
template<typename PixFmt>
struct ImageAccessor<PixFmt, Fill> {
typedef agg::image_accessor_clone<PixFmt> type;
template<typename PixFmt>
struct ImageAccessor<PixFmt, Tile> {