Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dsplash.c263 _cleanup_freepool_ void *blt = NULL; in graphics_splash() local
304 blt = xnew(EFI_GRAPHICS_OUTPUT_BLT_PIXEL, dib->x * dib->y); in graphics_splash()
307 GraphicsOutput, blt, in graphics_splash()
313 err = bmp_to_blt(blt, dib, map, pixmap); in graphics_splash()
322 GraphicsOutput, blt, in graphics_splash()