Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
DBmpImageDecoderLib.c49 OUT UINTN *PixelHeight in BmpImageDecoderLibConvertBmpToGopBlt() argument
101 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in BmpImageDecoderLibConvertBmpToGopBlt()
108 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) { in BmpImageDecoderLibConvertBmpToGopBlt()
153 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in BmpImageDecoderLibConvertBmpToGopBlt()
169 *PixelHeight = BmpHeader->PixelHeight; in BmpImageDecoderLibConvertBmpToGopBlt()
175 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { in BmpImageDecoderLibConvertBmpToGopBlt()
176 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; in BmpImageDecoderLibConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DGraphics.c119 OUT UINTN *PixelHeight, in ConvertBmpToGopBlt() argument
199 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
206 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) { in ConvertBmpToGopBlt()
245 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
270 *PixelHeight = BmpHeader->PixelHeight; in ConvertBmpToGopBlt()
276 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { in ConvertBmpToGopBlt()
277 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; in ConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DGraphics.c118 OUT UINTN *PixelHeight, in ConvertBmpToGopBlt() argument
198 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
205 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) { in ConvertBmpToGopBlt()
244 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
269 *PixelHeight = BmpHeader->PixelHeight; in ConvertBmpToGopBlt()
275 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { in ConvertBmpToGopBlt()
276 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; in ConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DImageDecoderLib.h28 OUT UINTN *PixelHeight
58 OUT UINTN *PixelHeight
/device/linaro/bootloader/edk2/MdeModulePkg/Library/ImageDecoderLib/
DImageDecoderLib.c61 OUT UINTN *PixelHeight in DecodeImage() argument
81 …atus = Entry->Decoder (ImageFormat, Image, ImageSize, GopBlt, GopBltSize, PixelWidth, PixelHeight); in DecodeImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/
DUgaSplash.h39 UINT32 PixelHeight; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c670 OUT UINTN *PixelHeight, in ConvertBmpToGopBlt() argument
718 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
725 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) { in ConvertBmpToGopBlt()
770 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
801 *PixelHeight = BmpHeader->PixelHeight; in ConvertBmpToGopBlt()
807 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { in ConvertBmpToGopBlt()
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; in ConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c670 OUT UINTN *PixelHeight, in ConvertBmpToGopBlt() argument
718 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
725 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) { in ConvertBmpToGopBlt()
770 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in ConvertBmpToGopBlt()
801 *PixelHeight = BmpHeader->PixelHeight; in ConvertBmpToGopBlt()
807 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) { in ConvertBmpToGopBlt()
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth]; in ConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DBmp.h35 UINT32 PixelHeight; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
DBmp.h44 UINT32 PixelHeight; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DGraphicsLib.h111 OUT UINTN *PixelHeight,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
DBootGraphicsResourceTableDxe.c369 mBmpImageHeaderTemplate.PixelHeight = (UINT32) mLogoHeight; in InstallBootGraphicsResourceTable()