Source position: agg_pixfmt.pas line 40
type func_blend_hline = procedure(
this: pixel_formats_ptr;
x: int;
y: int;
len: unsigned;
c: aggclr_ptr;
cover: int8u
);