Source position: sdl_gfx.pas line 172
function boxRGBA(
dst: PSDL_Surface;
x1: SInt16;
y1: SInt16;
x2: SInt16;
y2: SInt16;
r: UInt8;
g: UInt8;
b: UInt8;
a: UInt8
):Integer;