Expand description
Compound AA rasterizer with per-edge style indices.
Port of agg_rasterizer_compound_aa.h.
Extends the standard rasterizer with left/right style indices per edge,
enabling multi-style rendering (e.g. Flash-style fills where a single
scanline contains pixels from multiple fill styles).
Structs§
- Cell
Style Aa - A pixel cell with left/right style indices for compound rendering.
- Rasterizer
Compound Aa - Compound anti-aliased rasterizer with per-edge style indices.
Enums§
- Layer
Order - Layer order for compound rasterizer style rendering.