XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_IMAGE_OUTPUT Struct Reference

#include <HiiImage.h>

Collaboration diagram for _EFI_IMAGE_OUTPUT:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ Bitmap

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_OUTPUT::Bitmap

◆ Height

UINT16 _EFI_IMAGE_OUTPUT::Height

◆ [union]

union { ... } _EFI_IMAGE_OUTPUT::Image

◆ Screen

EFI_GRAPHICS_OUTPUT_PROTOCOL* _EFI_IMAGE_OUTPUT::Screen

◆ Width

UINT16 _EFI_IMAGE_OUTPUT::Width

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