|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_span_pattern_gray.h>
Public Types | |
| typedef Source | source_type |
| typedef source_type::color_type | color_type |
| typedef color_type::value_type | value_type |
| typedef color_type::calc_type | calc_type |
Public Member Functions | |
| span_pattern_gray () | |
| span_pattern_gray (source_type &src, unsigned offset_x, unsigned offset_y) | |
| void | attach (source_type &v) |
| source_type & | source () |
| const source_type & | source () const |
| void | offset_x (unsigned v) |
| void | offset_y (unsigned v) |
| unsigned | offset_x () const |
| unsigned | offset_y () const |
| void | alpha (value_type v) |
| value_type | alpha () const |
| void | prepare () |
| void | generate (color_type *span, int x, int y, unsigned len) |
| typedef color_type::calc_type agg::span_pattern_gray< Source >::calc_type |
| typedef source_type::color_type agg::span_pattern_gray< Source >::color_type |
| typedef Source agg::span_pattern_gray< Source >::source_type |
| typedef color_type::value_type agg::span_pattern_gray< Source >::value_type |
| agg::span_pattern_gray< Source >::span_pattern_gray | ( | ) | [inline] |
| agg::span_pattern_gray< Source >::span_pattern_gray | ( | source_type & | src, |
| unsigned | offset_x, | ||
| unsigned | offset_y | ||
| ) | [inline] |
| void agg::span_pattern_gray< Source >::alpha | ( | value_type | v | ) | [inline] |
| value_type agg::span_pattern_gray< Source >::alpha | ( | ) | const [inline] |
| void agg::span_pattern_gray< Source >::attach | ( | source_type & | v | ) | [inline] |
| void agg::span_pattern_gray< Source >::generate | ( | color_type * | span, |
| int | x, | ||
| int | y, | ||
| unsigned | len | ||
| ) | [inline] |
| void agg::span_pattern_gray< Source >::offset_x | ( | unsigned | v | ) | [inline] |
| unsigned agg::span_pattern_gray< Source >::offset_x | ( | ) | const [inline] |
| void agg::span_pattern_gray< Source >::offset_y | ( | unsigned | v | ) | [inline] |
| unsigned agg::span_pattern_gray< Source >::offset_y | ( | ) | const [inline] |
| void agg::span_pattern_gray< Source >::prepare | ( | ) | [inline] |
| source_type& agg::span_pattern_gray< Source >::source | ( | ) | [inline] |
| const source_type& agg::span_pattern_gray< Source >::source | ( | ) | const [inline] |
1.7.5.1