|
iPXE
|
Definition of EFI_IMAGE_INPUT. More...
#include <HiiImage.h>
Data Fields | |
| UINT32 | Flags |
| UINT16 | Width |
| UINT16 | Height |
| EFI_GRAPHICS_OUTPUT_BLT_PIXEL * | Bitmap |
Definition of EFI_IMAGE_INPUT.
| Flags | Describe image characteristics. If EFI_IMAGE_TRANSPARENT is set, then the image was designed for transparent display. |
| Width | Image width, in pixels. |
| Height | Image height, in pixels. |
| Bitmap | A 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). |
Definition at line 47 of file HiiImage.h.
| UINT32 _EFI_IMAGE_INPUT::Flags |
Definition at line 48 of file HiiImage.h.
| UINT16 _EFI_IMAGE_INPUT::Width |
Definition at line 49 of file HiiImage.h.
| UINT16 _EFI_IMAGE_INPUT::Height |
Definition at line 50 of file HiiImage.h.
| EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_INPUT::Bitmap |
Definition at line 51 of file HiiImage.h.
1.8.15