XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_IMAGE_INPUT Struct Reference

#include <HiiImage.h>

Collaboration diagram for _EFI_IMAGE_INPUT:
Collaboration graph
[legend]

Public Attributes

UINT32 Flags
 
UINT16 Width
 
UINT16 Height
 
EFI_GRAPHICS_OUTPUT_BLT_PIXELBitmap
 

Detailed Description

Definition of EFI_IMAGE_INPUT.

Parameters
FlagsDescribe image characteristics. If EFI_IMAGE_TRANSPARENT is set, then the image was designed for transparent display.
WidthImage width, in pixels.
HeightImage height, in pixels.
BitmapA pointer to the actual bitmap, organized left-to-right, top-to-bottom. The size of the bitmap is Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL).

Member Data Documentation

◆ Bitmap

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_INPUT::Bitmap

◆ Flags

UINT32 _EFI_IMAGE_INPUT::Flags

◆ Height

UINT16 _EFI_IMAGE_INPUT::Height

◆ Width

UINT16 _EFI_IMAGE_INPUT::Width

The documentation for this struct was generated from the following file: