#include <agg_rendering_buffer.h>
List of all members.
Public Types |
| typedef const_row_info< T > | row_data |
Public Member Functions |
| | row_ptr_cache () |
| | row_ptr_cache (T *buf, unsigned width, unsigned height, int stride) |
| void | attach (T *buf, unsigned width, unsigned height, int stride) |
| AGG_INLINE T * | buf () |
| AGG_INLINE const T * | buf () const |
| AGG_INLINE unsigned | width () const |
| AGG_INLINE unsigned | height () const |
| AGG_INLINE int | stride () const |
| AGG_INLINE unsigned | stride_abs () const |
| AGG_INLINE T * | row_ptr (int, int y, unsigned) |
| AGG_INLINE T * | row_ptr (int y) |
| AGG_INLINE const T * | row_ptr (int y) const |
| AGG_INLINE row_data | row (int y) const |
| T const *const * | rows () const |
| template<class RenBuf > |
| void | copy_from (const RenBuf &src) |
| void | clear (T value) |
template<class T>
class agg::row_ptr_cache< T >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class T>
| void agg::row_ptr_cache< T >::attach |
( |
T * |
buf, |
|
|
unsigned |
width, |
|
|
unsigned |
height, |
|
|
int |
stride |
|
) |
| [inline] |
template<class T>
template<class RenBuf >
The documentation for this class was generated from the following file: