Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::rendering_buffer_dynarow Class Reference

#include <agg_rendering_buffer_dynarow.h>

List of all members.

Public Types

typedef row_info< int8urow_data

Public Member Functions

 ~rendering_buffer_dynarow ()
 rendering_buffer_dynarow ()
 rendering_buffer_dynarow (unsigned width, unsigned height, unsigned byte_width)
void init (unsigned width, unsigned height, unsigned byte_width)
unsigned width () const
unsigned height () const
unsigned byte_width () const
int8urow_ptr (int x, int y, unsigned len)
const int8urow_ptr (int y) const
int8urow_ptr (int y)
row_data row (int y) const

Member Typedef Documentation


Constructor & Destructor Documentation

agg::rendering_buffer_dynarow::~rendering_buffer_dynarow ( ) [inline]
agg::rendering_buffer_dynarow::rendering_buffer_dynarow ( ) [inline]
agg::rendering_buffer_dynarow::rendering_buffer_dynarow ( unsigned  width,
unsigned  height,
unsigned  byte_width 
) [inline]

Member Function Documentation

unsigned agg::rendering_buffer_dynarow::byte_width ( ) const [inline]
unsigned agg::rendering_buffer_dynarow::height ( ) const [inline]
void agg::rendering_buffer_dynarow::init ( unsigned  width,
unsigned  height,
unsigned  byte_width 
) [inline]
row_data agg::rendering_buffer_dynarow::row ( int  y) const [inline]
int8u* agg::rendering_buffer_dynarow::row_ptr ( int  x,
int  y,
unsigned  len 
) [inline]
const int8u* agg::rendering_buffer_dynarow::row_ptr ( int  y) const [inline]
int8u* agg::rendering_buffer_dynarow::row_ptr ( int  y) [inline]
unsigned agg::rendering_buffer_dynarow::width ( ) const [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines