Searched refs:BmpSize (Results 1 – 1 of 1) sorted by relevance
281 UINTN BmpSize; in InstallBootGraphicsResourceTable() local360 BmpSize = (mLogoWidth * 3 + PaddingSize) * mLogoHeight + sizeof (BMP_IMAGE_HEADER); in InstallBootGraphicsResourceTable()361 ImageBuffer = BgrtAllocateBsDataMemoryBelow4G (BmpSize); in InstallBootGraphicsResourceTable()366 mBmpImageHeaderTemplate.Size = (UINT32) BmpSize; in InstallBootGraphicsResourceTable()367 mBmpImageHeaderTemplate.ImageSize = (UINT32) BmpSize - sizeof (BMP_IMAGE_HEADER); in InstallBootGraphicsResourceTable()