Source position: sdl_gfx.pas line 247
function aaellipseRGBA(
dst: PSDL_Surface;
x: SInt16;
y: SInt16;
rx: SInt16;
ry: SInt16;
r: UInt8;
g: UInt8;
b: UInt8;
a: UInt8
):Integer;