gnash::agg_bitmap_info_base Class Reference

#include <render_handler_agg_bitmap.h>

Inheritance diagram for gnash::agg_bitmap_info_base:

gnash::bitmap_info gnash::ref_counted gnash::agg_bitmap_info< PixelFormat >

List of all members.

Public Member Functions

int get_width () const
int get_height () const
int get_bpp () const
int get_rowlen () const
boost::uint8_t * get_data () const

Protected Attributes

boost::uint8_t * m_data
int m_width
int m_height
int m_bpp
int m_rowlen


Detailed Description

Bitmap class used internally by the AGG renderer. There's no reason to use it outside. It does not much except providing all necessary information.

Member Function Documentation

int gnash::agg_bitmap_info_base::get_width (  )  const [inline]

int gnash::agg_bitmap_info_base::get_height (  )  const [inline]

int gnash::agg_bitmap_info_base::get_bpp (  )  const [inline]

int gnash::agg_bitmap_info_base::get_rowlen (  )  const [inline]

boost::uint8_t* gnash::agg_bitmap_info_base::get_data (  )  const [inline]


Member Data Documentation

boost::uint8_t* gnash::agg_bitmap_info_base::m_data [protected]

int gnash::agg_bitmap_info_base::m_width [protected]

int gnash::agg_bitmap_info_base::m_height [protected]

int gnash::agg_bitmap_info_base::m_bpp [protected]

int gnash::agg_bitmap_info_base::m_rowlen [protected]


The documentation for this class was generated from the following file:
Generated on Thu Mar 6 18:25:09 2008 for Gnash by  doxygen 1.5.4