Source position: sdl_gfx.pas line 141
function hlineRGBA(
dst: PSDL_Surface;
x1: SInt16;
x2: SInt16;
y: SInt16;
r: UInt8;
g: UInt8;
b: UInt8;
a: UInt8
):Integer;