is_inside_bitmap (3) Linux Manual Page
is_inside_bitmap – Tells if a point is inside a bitmap. Allegro game programming library.
Synopsis
#include <allegro.h> int is_inside_bitmap(BITMAP *bmp, int x, int y, int clip);
is_inside_bitmap – Tells if a point is inside a bitmap. Allegro game programming library.
int is_inside_bitmap(BITMAP *bmp, int x, int y, int clip);