Skip to main content

Module scanline_u

Module scanline_u 

Source
Expand description

Unpacked scanline container (ScanlineU8).

Port of agg_scanline_u.h — stores per-pixel coverage values in a flat array, with spans referencing into it. This is the most commonly used scanline type for anti-aliased rendering.

Structs§

ScanlineSpan
A horizontal span within a scanline, referencing coverage data.
ScanlineU8
Unpacked scanline container with per-pixel u8 coverage values.