|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <uefildr.h>
Public Attributes | |
| ULONG_PTR | BaseAddress |
| ULONG | BufferSize |
| UINT32 | ScreenWidth |
| UINT32 | ScreenHeight |
| UINT32 | PixelsPerScanLine |
| UINT32 | PixelFormat |
| ULONG_PTR _REACTOS_INTERNAL_BGCONTEXT::BaseAddress |
Definition at line 28 of file uefildr.h.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoOutputChar(), and UefiVideoScrollUp().
| ULONG _REACTOS_INTERNAL_BGCONTEXT::BufferSize |
Definition at line 29 of file uefildr.h.
Referenced by UefiInitializeVideo(), and UefiPrintFramebufferData().
| UINT32 _REACTOS_INTERNAL_BGCONTEXT::PixelFormat |
Definition at line 33 of file uefildr.h.
Referenced by UefiInitializeVideo(), and UefiPrintFramebufferData().
| UINT32 _REACTOS_INTERNAL_BGCONTEXT::PixelsPerScanLine |
Definition at line 32 of file uefildr.h.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoOutputChar(), and UefiVideoScrollUp().
| UINT32 _REACTOS_INTERNAL_BGCONTEXT::ScreenHeight |
Definition at line 31 of file uefildr.h.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoCopyOffScreenBufferToVRAM(), UefiVideoGetBufferSize(), UefiVideoGetDisplaySize(), and UefiVideoScrollUp().
| UINT32 _REACTOS_INTERNAL_BGCONTEXT::ScreenWidth |
Definition at line 30 of file uefildr.h.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoCopyOffScreenBufferToVRAM(), UefiVideoGetBufferSize(), UefiVideoGetDisplaySize(), and UefiVideoScrollUp().