iPXE
Data Fields
_EFI_IMAGE_OUTPUT Struct Reference

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
 

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 189 of file HiiImage.h.

Field Documentation

◆ Width

UINT16 _EFI_IMAGE_OUTPUT::Width

Definition at line 190 of file HiiImage.h.

Referenced by efifb_draw().

◆ Height

UINT16 _EFI_IMAGE_OUTPUT::Height

Definition at line 191 of file HiiImage.h.

Referenced by efifb_draw().

◆ Bitmap

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_OUTPUT::Bitmap

Definition at line 193 of file HiiImage.h.

Referenced by efifb_draw().

◆ Screen

EFI_GRAPHICS_OUTPUT_PROTOCOL* _EFI_IMAGE_OUTPUT::Screen

Definition at line 194 of file HiiImage.h.

◆ Image

union { ... } _EFI_IMAGE_OUTPUT::Image

Referenced by efifb_draw().


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