Lines Matching refs:UINT32
12 UINT32 size;
14 UINT32 offset;
20 UINT32 size;
21 UINT32 x;
22 UINT32 y;
25 UINT32 compression;
26 UINT32 image_size;
29 UINT32 colors_used;
30 UINT32 colors_important;
107 UINT32 map_count; in bmp_parse_header()
138 static void pixel_blend(UINT32 *dst, const UINT32 source) { in pixel_blend()
139 UINT32 alpha, src, src_rb, src_g, dst_rb, dst_g, rb, g; in pixel_blend()
239 UINT32 i = *(UINT32 *) in; in bmp_to_blt()
241 pixel_blend((UINT32 *)out, i); in bmp_to_blt()