|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_image_accessors.h>
Public Types | |
| enum | pix_width_e { pix_width = pixfmt_type::pix_width } |
| typedef PixFmt | pixfmt_type |
| typedef pixfmt_type::color_type | color_type |
| typedef pixfmt_type::order_type | order_type |
| typedef pixfmt_type::value_type | value_type |
Public Member Functions | |
| image_accessor_no_clip () | |
| image_accessor_no_clip (const pixfmt_type &pixf) | |
| void | attach (const pixfmt_type &pixf) |
| AGG_INLINE const int8u * | span (int x, int y, unsigned) |
| AGG_INLINE const int8u * | next_x () |
| AGG_INLINE const int8u * | next_y () |
| typedef pixfmt_type::color_type agg::image_accessor_no_clip< PixFmt >::color_type |
| typedef pixfmt_type::order_type agg::image_accessor_no_clip< PixFmt >::order_type |
| typedef PixFmt agg::image_accessor_no_clip< PixFmt >::pixfmt_type |
| typedef pixfmt_type::value_type agg::image_accessor_no_clip< PixFmt >::value_type |
| enum agg::image_accessor_no_clip::pix_width_e |
| agg::image_accessor_no_clip< PixFmt >::image_accessor_no_clip | ( | ) | [inline] |
| agg::image_accessor_no_clip< PixFmt >::image_accessor_no_clip | ( | const pixfmt_type & | pixf | ) | [inline, explicit] |
| void agg::image_accessor_no_clip< PixFmt >::attach | ( | const pixfmt_type & | pixf | ) | [inline] |
| AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::next_x | ( | ) | [inline] |
| AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::next_y | ( | ) | [inline] |
| AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::span | ( | int | x, |
| int | y, | ||
| unsigned | |||
| ) | [inline] |
1.7.5.1