|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Public Attributes | |
| ULONG_PTR | BaseAddress |
| ULONG | BufferSize |
| ULONG | ScreenWidth |
| ULONG | ScreenHeight |
| ULONG | PixelsPerScanLine |
| ULONG | BitsPerPixel |
| PIXEL_BITMASK | PixelMasks |
| ULONG | BytesPerPixel |
| ULONG | Delta |
| ULONG_PTR _FRAMEBUFFER_INFO::BaseAddress |
Definition at line 24 of file vidfb.c.
Referenced by VidFbClearScreenColor(), VidFbInitializeVideo(), VidFbOutputChar(), and VidFbScrollUp().
| ULONG _FRAMEBUFFER_INFO::BitsPerPixel |
Definition at line 32 of file vidfb.c.
Referenced by FbConsGetDisplaySize(), VidFbGetDisplaySize(), and VidFbInitializeVideo().
| ULONG _FRAMEBUFFER_INFO::BufferSize |
Definition at line 25 of file vidfb.c.
Referenced by VidFbInitializeVideo().
| ULONG _FRAMEBUFFER_INFO::BytesPerPixel |
Calculated values
Definition at line 39 of file vidfb.c.
Referenced by VidFbGetBufferSize(), and VidFbInitializeVideo().
| ULONG _FRAMEBUFFER_INFO::Delta |
Definition at line 40 of file vidfb.c.
Referenced by VidFbClearScreenColor(), VidFbInitializeVideo(), VidFbOutputChar(), and VidFbScrollUp().
| PIXEL_BITMASK _FRAMEBUFFER_INFO::PixelMasks |
Definition at line 35 of file vidfb.c.
Referenced by VidFbInitializeVideo().
| ULONG _FRAMEBUFFER_INFO::PixelsPerScanLine |
Definition at line 31 of file vidfb.c.
Referenced by VidFbInitializeVideo().
| ULONG _FRAMEBUFFER_INFO::ScreenHeight |
Definition at line 29 of file vidfb.c.
Referenced by VidFbClearScreenColor(), VidFbGetBufferSize(), VidFbGetDisplaySize(), VidFbInitializeVideo(), VidFbOutputChar(), and VidFbScrollUp().
| ULONG _FRAMEBUFFER_INFO::ScreenWidth |
Definition at line 28 of file vidfb.c.
Referenced by VidFbClearScreenColor(), VidFbGetBufferSize(), VidFbGetDisplaySize(), VidFbInitializeVideo(), VidFbOutputChar(), and VidFbScrollUp().