Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
DBootGraphicsResourceTableDxe.c43 UINTN mLogoWidth = 0; variable
194 mLogoWidth = Width; in SetBootLogo()
341 PaddingSize = mLogoWidth & 0x3; in InstallBootGraphicsResourceTable()
346 if (mLogoWidth > (((UINT32) ~0) - PaddingSize) / 3 ) { in InstallBootGraphicsResourceTable()
353 … if (mLogoHeight > (((UINT32) ~0) - sizeof (BMP_IMAGE_HEADER)) / (mLogoWidth * 3 + PaddingSize)) { in InstallBootGraphicsResourceTable()
360 BmpSize = (mLogoWidth * 3 + PaddingSize) * mLogoHeight + sizeof (BMP_IMAGE_HEADER); in InstallBootGraphicsResourceTable()
368 mBmpImageHeaderTemplate.PixelWidth = (UINT32) mLogoWidth; in InstallBootGraphicsResourceTable()
377 BltPixel = &mLogoBltBuffer[(mLogoHeight - Row - 1) * mLogoWidth]; in InstallBootGraphicsResourceTable()
379 for (Col = 0; Col < mLogoWidth; Col++) { in InstallBootGraphicsResourceTable()