Expand description
Scanline rendering functions.
Port of agg_renderer_scanline.h — top-level functions that drive the
rasterizer → scanline → renderer pipeline.
The primary entry point is render_scanlines_aa_solid() which renders
filled polygons with anti-aliased edges in a single solid color.
Structs§
- Renderer
Scanline AaSolid - A renderer that stores a color and renders solid AA scanlines.
Traits§
- Span
Generator - Trait for span generators that produce per-pixel colors.
Functions§
- render_
scanlines_ aa - Render all scanlines from the rasterizer using a span generator.
- render_
scanlines_ aa_ solid - Render all scanlines from the rasterizer as a solid color.