#include <src/agg/agg_rasterizer_scanline_aa_nogamma.h>
◆ initial()
| void agg::cell_aa::initial |
( |
| ) |
|
|
inline |
53 {
54 x = std::numeric_limits<int>::max();
55 y = std::numeric_limits<int>::max();
58 }
int y
Definition agg_rasterizer_scanline_aa_nogamma.h:48
int x
Definition agg_rasterizer_scanline_aa_nogamma.h:47
int cover
Definition agg_rasterizer_scanline_aa_nogamma.h:49
int area
Definition agg_rasterizer_scanline_aa_nogamma.h:50
References area, cover, x, and y.
◆ not_equal()
| int agg::cell_aa::not_equal |
( |
int |
ex, |
|
|
int |
ey, |
|
|
const cell_aa & |
|
|
) |
| const |
|
inline |
63 {
64 return ((
unsigned)ex - (
unsigned)
x) | ((unsigned)ey - (
unsigned)
y);
65 }
References x, and y.
◆ style()
◆ area
◆ cover
The documentation for this struct was generated from the following file: