MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_IMAGE_OUTPUT Struct Reference

Data Fields

UINT16 Width
 
UINT16 Height
 
union {
   EFI_GRAPHICS_OUTPUT_BLT_PIXEL *   Bitmap
 
   EFI_GRAPHICS_OUTPUT_PROTOCOL *   Screen
 
Image
 

Detailed Description

Definition of EFI_IMAGE_OUTPUT.

Parameters
WidthWidth of the output image.
HeightHeight of the output image.
BitmapPoints to the output bitmap.
ScreenPoints to the EFI_GRAPHICS_OUTPUT_PROTOCOL which describes the screen on which to draw the specified image.

Field Documentation

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_OUTPUT::Bitmap
UINT16 _EFI_IMAGE_OUTPUT::Height
union { ... } _EFI_IMAGE_OUTPUT::Image
EFI_GRAPHICS_OUTPUT_PROTOCOL* _EFI_IMAGE_OUTPUT::Screen
UINT16 _EFI_IMAGE_OUTPUT::Width