Searched refs:pixmap (Results 1 – 1 of 1) sorted by relevance
45 const UINT8 **pixmap) { in bmp_parse_header() argument55 assert(pixmap); in bmp_parse_header()133 *pixmap = bmp + file->offset; in bmp_parse_header()166 const UINT8 *pixmap) { in bmp_to_blt() argument173 assert(pixmap); in bmp_to_blt()176 in = pixmap; in bmp_to_blt()250 row_size = in - pixmap; in bmp_to_blt()262 const UINT8 *pixmap; in graphics_splash() local286 err = bmp_parse_header(content, len, &dib, &map, &pixmap); in graphics_splash()313 err = bmp_to_blt(blt, dib, map, pixmap); in graphics_splash()