type TBlendLineEx = procedure (Src, Dst: PColor32; Count: Integer; M: TColor32);
TBlendline is a type for line blending procedures with additional master alpha parameter. It is mainly used internally for handling specific CPU feature optimized versions (MMX etc.). See source code for details.