Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
DBootGraphicsResourceTableDxe.c284 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltPixel; in InstallBootGraphicsResourceTable() local
377 BltPixel = &mLogoBltBuffer[(mLogoHeight - Row - 1) * mLogoWidth]; in InstallBootGraphicsResourceTable()
380 *Image++ = BltPixel->Blue; in InstallBootGraphicsResourceTable()
381 *Image++ = BltPixel->Green; in InstallBootGraphicsResourceTable()
382 *Image++ = BltPixel->Red; in InstallBootGraphicsResourceTable()
383 BltPixel++; in InstallBootGraphicsResourceTable()