2 * $Source: s:/prj/tech/libsrc/dev2d/RCS/f16bm.c $
5 * $Date: 1996/04/11 14:31:40 $
7 * Constants for bitmap flags & type fields; prototypes for bitmap
10 * This file is part of the dev2d library.
16 extern void (*flat16_ubitmap_func
[])();
18 #pragma off(unreferenced)
19 gdubm_func
*flat16_ubitmap_expose(grs_bitmap
*bm
, int x
, int y
)
21 int i
= make_index_bmt_fill_bmf(bm
);
22 return (gdubm_func
*)flat16_ubitmap_func
[i
];
24 #pragma on(unreferenced)
26 void flat16_ubitmap(grs_bitmap
*bm
, int x
, int y
)
28 (flat16_ubitmap_expose(bm
, x
, y
))(bm
, x
, y
);