TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_IMAGE_OUTPUT Struct Reference

#include <MdePkg/Include/Protocol/HiiImage.h>

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.

Definition at line 187 of file HiiImage.h.

Field Documentation

◆ Bitmap

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_OUTPUT::Bitmap

Definition at line 191 of file HiiImage.h.

◆ Height

UINT16 _EFI_IMAGE_OUTPUT::Height

Definition at line 189 of file HiiImage.h.

◆ Screen

EFI_GRAPHICS_OUTPUT_PROTOCOL* _EFI_IMAGE_OUTPUT::Screen

Definition at line 192 of file HiiImage.h.

◆ Width

UINT16 _EFI_IMAGE_OUTPUT::Width

Definition at line 188 of file HiiImage.h.


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