ellipsefill (3) - Linux Manuals
ellipsefill: Draws a filled ellipse. Allegro game programming library.
NAME
ellipsefill - Draws a filled ellipse. Allegro game programming library.SYNOPSIS
#include <allegro.h>
void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);