Skip to main content

Module rasterizer_compound_aa

Module rasterizer_compound_aa 

Source
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§

CellStyleAa
A pixel cell with left/right style indices for compound rendering.
RasterizerCompoundAa
Compound anti-aliased rasterizer with per-edge style indices.

Enums§

LayerOrder
Layer order for compound rasterizer style rendering.