|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_scanline_storage_aa.h>
Classes | |
| class | const_iterator |
Public Types | |
| typedef T | cover_type |
Public Member Functions | |
| embedded_scanline () | |
| void | reset (int, int) |
| unsigned | num_spans () const |
| int | y () const |
| const_iterator | begin () const |
| void | init (const int8u *ptr, int dx, int dy) |
Friends | |
| class | const_iterator |
| typedef T agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::cover_type |
| agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::embedded_scanline | ( | ) | [inline] |
| const_iterator agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::begin | ( | ) | const [inline] |
| void agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::init | ( | const int8u * | ptr, |
| int | dx, | ||
| int | dy | ||
| ) | [inline] |
| unsigned agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::num_spans | ( | ) | const [inline] |
| void agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::reset | ( | int | , |
| int | |||
| ) | [inline] |
| int agg::serialized_scanlines_adaptor_aa< T >::embedded_scanline::y | ( | ) | const [inline] |
friend class const_iterator [friend] |
1.7.5.1