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

/systemd/src/boot/efi/
H A Dsplash.c262 VOID *blt = NULL; local
297 blt = AllocatePool(blt_size);
298 if (!blt)
302 blt, EfiBltVideoToBltBuffer, x_pos, y_pos, 0, 0,
307 err = bmp_to_blt(blt, dib, map, pixmap);
316 blt, EfiBltBufferToVideo, 0, 0, x_pos, y_pos,
319 FreePool(blt);

Completed in 470 milliseconds