|
iPXE
|
Definition of EFI_IMAGE_OUTPUT. More...
#include <HiiImage.h>
Data Fields | |
| UINT16 | Width |
| UINT16 | Height |
| union { | |
| EFI_GRAPHICS_OUTPUT_BLT_PIXEL * Bitmap | |
| EFI_GRAPHICS_OUTPUT_PROTOCOL * Screen | |
| } | Image |
Definition of EFI_IMAGE_OUTPUT.
| Width | Width of the output image. |
| Height | Height of the output image. |
| Bitmap | Points to the output bitmap. |
| Screen | Points to the EFI_GRAPHICS_OUTPUT_PROTOCOL which describes the screen on which to draw the specified image. |
Definition at line 189 of file HiiImage.h.
| UINT16 _EFI_IMAGE_OUTPUT::Width |
Definition at line 190 of file HiiImage.h.
Referenced by efifb_draw().
| UINT16 _EFI_IMAGE_OUTPUT::Height |
Definition at line 191 of file HiiImage.h.
Referenced by efifb_draw().
| EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_OUTPUT::Bitmap |
Definition at line 193 of file HiiImage.h.
Referenced by efifb_draw().
| EFI_GRAPHICS_OUTPUT_PROTOCOL* _EFI_IMAGE_OUTPUT::Screen |
Definition at line 194 of file HiiImage.h.
| union { ... } _EFI_IMAGE_OUTPUT::Image |
Referenced by efifb_draw().
1.8.15