Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/boot/efi/
Dsplash.c45 const UINT8 **pixmap) { in bmp_parse_header() argument
55 assert(pixmap); in bmp_parse_header()
133 *pixmap = bmp + file->offset; in bmp_parse_header()
166 const UINT8 *pixmap) { in bmp_to_blt() argument
173 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() local
286 err = bmp_parse_header(content, len, &dib, &map, &pixmap); in graphics_splash()
313 err = bmp_to_blt(blt, dib, map, pixmap); in graphics_splash()