Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dsplash.c33 struct bmp_map { struct
44 struct bmp_map **ret_map, in bmp_parse_header() argument
49 struct bmp_map *map; in bmp_parse_header()
102 map = (struct bmp_map *)(bmp + sizeof(struct bmp_file) + dib->size); in bmp_parse_header()
127 if (map_size != sizeof(struct bmp_map) * map_count) in bmp_parse_header()
165 struct bmp_map *map, in bmp_to_blt()
261 struct bmp_map *map; in graphics_splash()