HomeSort by relevance Sort by last modified time
    Searched refs:PixelHeight (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/
UgaSplash.h 39 UINT32 PixelHeight;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ImageDecoderLib.h 28 OUT UINTN *PixelHeight
40 @param PixelHeight Height of GopBlt/Image in pixels.
58 OUT UINTN *PixelHeight
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 35 UINT32 PixelHeight;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 32 @param PixelHeight Height of GopBlt/BmpImage in pixels.
49 OUT UINTN *PixelHeight
101 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight);
108 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) {
153 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight);
169 *PixelHeight = BmpHeader->PixelHeight;
175 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
176 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
  /external/vboot_reference/utility/
image_types.c 23 uint32_t PixelHeight;
55 info->height = bhdr->PixelHeight;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 44 UINT32 PixelHeight;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/ImageDecoderLib/
ImageDecoderLib.c 43 @param PixelHeight Height of GopBlt/Image in pixels.
61 OUT UINTN *PixelHeight
81 Status = Entry->Decoder (ImageFormat, Image, ImageSize, GopBlt, GopBltSize, PixelWidth, PixelHeight);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 118 OUT UINTN *PixelHeight,
139 PixelHeight - Height of GopBlt/BmpImage in pixels
198 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight);
205 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) {
244 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight);
269 *PixelHeight = BmpHeader->PixelHeight;
275 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
276 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 119 OUT UINTN *PixelHeight,
140 PixelHeight - Height of GopBlt/BmpImage in pixels
199 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight);
206 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) {
245 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight);
270 *PixelHeight = BmpHeader->PixelHeight;
276 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
277 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
GraphicsLib.h 111 OUT UINTN *PixelHeight,
132 PixelHeight - Height of GopBlt/BmpImage in pixels
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 654 @param PixelHeight Height of GopBlt/BmpImage in pixels
670 OUT UINTN *PixelHeight,
718 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight);
725 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) {
770 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight);
801 *PixelHeight = BmpHeader->PixelHeight;
807 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 654 @param PixelHeight Height of GopBlt/BmpImage in pixels
670 OUT UINTN *PixelHeight,
718 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight);
725 (BmpHeader->Size - BmpHeader->ImageOffset != BmpHeader->PixelHeight * DataSizePerLine)) {
770 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight);
801 *PixelHeight = BmpHeader->PixelHeight;
807 for (Height = 0; Height < BmpHeader->PixelHeight; Height++) {
808 Blt = &BltBuffer[(BmpHeader->PixelHeight - Height - 1) * BmpHeader->PixelWidth];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
BootGraphicsResourceTableDxe.c 54 0, // PixelHeight will be updated at runtime
369 mBmpImageHeaderTemplate.PixelHeight = (UINT32) mLogoHeight;

Completed in 1313 milliseconds