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

Data Fields

UINT32 PixelsPerScanLine
 
UINT32 BytesPerPixel
 
UINT32 Width
 
UINT32 Height
 
UINT8 * FrameBuffer
 
EFI_GRAPHICS_PIXEL_FORMAT PixelFormat
 
EFI_PIXEL_BITMASK PixelMasks
 
INT8 PixelShl [4]
 
INT8 PixelShr [4]
 
UINT8 LineBuffer [0]
 

Detailed Description

Definition at line 17 of file FrameBufferBltLib.c.

Field Documentation

◆ BytesPerPixel

UINT32 FRAME_BUFFER_CONFIGURE::BytesPerPixel

Definition at line 19 of file FrameBufferBltLib.c.

◆ FrameBuffer

UINT8* FRAME_BUFFER_CONFIGURE::FrameBuffer

Definition at line 22 of file FrameBufferBltLib.c.

◆ Height

UINT32 FRAME_BUFFER_CONFIGURE::Height

Definition at line 21 of file FrameBufferBltLib.c.

◆ LineBuffer

UINT8 FRAME_BUFFER_CONFIGURE::LineBuffer[0]

Definition at line 27 of file FrameBufferBltLib.c.

◆ PixelFormat

EFI_GRAPHICS_PIXEL_FORMAT FRAME_BUFFER_CONFIGURE::PixelFormat

Definition at line 23 of file FrameBufferBltLib.c.

◆ PixelMasks

EFI_PIXEL_BITMASK FRAME_BUFFER_CONFIGURE::PixelMasks

Definition at line 24 of file FrameBufferBltLib.c.

◆ PixelShl

INT8 FRAME_BUFFER_CONFIGURE::PixelShl[4]

Definition at line 25 of file FrameBufferBltLib.c.

◆ PixelShr

INT8 FRAME_BUFFER_CONFIGURE::PixelShr[4]

Definition at line 26 of file FrameBufferBltLib.c.

◆ PixelsPerScanLine

UINT32 FRAME_BUFFER_CONFIGURE::PixelsPerScanLine

Definition at line 18 of file FrameBufferBltLib.c.

◆ Width

UINT32 FRAME_BUFFER_CONFIGURE::Width

Definition at line 20 of file FrameBufferBltLib.c.


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