|
TianoCore EDK2 master
|
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] |
Definition at line 17 of file FrameBufferBltLib.c.
| UINT32 FRAME_BUFFER_CONFIGURE::BytesPerPixel |
Definition at line 19 of file FrameBufferBltLib.c.
| UINT8* FRAME_BUFFER_CONFIGURE::FrameBuffer |
Definition at line 22 of file FrameBufferBltLib.c.
| UINT32 FRAME_BUFFER_CONFIGURE::Height |
Definition at line 21 of file FrameBufferBltLib.c.
| UINT8 FRAME_BUFFER_CONFIGURE::LineBuffer[0] |
Definition at line 27 of file FrameBufferBltLib.c.
| EFI_GRAPHICS_PIXEL_FORMAT FRAME_BUFFER_CONFIGURE::PixelFormat |
Definition at line 23 of file FrameBufferBltLib.c.
| EFI_PIXEL_BITMASK FRAME_BUFFER_CONFIGURE::PixelMasks |
Definition at line 24 of file FrameBufferBltLib.c.
| INT8 FRAME_BUFFER_CONFIGURE::PixelShl[4] |
Definition at line 25 of file FrameBufferBltLib.c.
| INT8 FRAME_BUFFER_CONFIGURE::PixelShr[4] |
Definition at line 26 of file FrameBufferBltLib.c.
| UINT32 FRAME_BUFFER_CONFIGURE::PixelsPerScanLine |
Definition at line 18 of file FrameBufferBltLib.c.
| UINT32 FRAME_BUFFER_CONFIGURE::Width |
Definition at line 20 of file FrameBufferBltLib.c.