|
ReactOS 0.4.16-dev-2232-gc2aaa52
|
ReactOS Framebuffer-specific video device configuration data. More...
#include <framebuf.h>

Public Attributes | |
| CM_VIDEO_DEVICE_DATA | |
| ULONG | FrameBufferOffset |
| ULONG | ScreenWidth |
| ULONG | ScreenHeight |
| ULONG | PixelsPerScanLine |
| Pitch/stride in pixels. | |
| ULONG | BitsPerPixel |
| Pixel depth. | |
| struct { | |
| ULONG RedMask | |
| ULONG GreenMask | |
| ULONG BlueMask | |
| ULONG ReservedMask | |
| } | PixelMasks |
ReactOS Framebuffer-specific video device configuration data.
Supplemental data that extends CM_VIDEO_DEVICE_DATA. It is appended to the standard configuration resource list, as a CmResourceTypeDeviceSpecific data descriptor.
Definition at line 34 of file framebuf.h.
| ULONG _CM_FRAMEBUF_DEVICE_DATA::BitsPerPixel |
Pixel depth.
Definition at line 51 of file framebuf.h.
Referenced by VidFbInitializeVideo(), and VidInitialize().
| ULONG _CM_FRAMEBUF_DEVICE_DATA::BlueMask |
Definition at line 58 of file framebuf.h.
| _CM_FRAMEBUF_DEVICE_DATA::CM_VIDEO_DEVICE_DATA |
Definition at line 36 of file framebuf.h.
| ULONG _CM_FRAMEBUF_DEVICE_DATA::FrameBufferOffset |
Definition at line 41 of file framebuf.h.
Referenced by GetFramebufferVideoData(), VidFbInitializeVideo(), and VidInitialize().
| ULONG _CM_FRAMEBUF_DEVICE_DATA::GreenMask |
Definition at line 57 of file framebuf.h.
| struct { ... } _CM_FRAMEBUF_DEVICE_DATA::PixelMasks |
Referenced by VidFbInitializeVideo().
| ULONG _CM_FRAMEBUF_DEVICE_DATA::PixelsPerScanLine |
Pitch/stride in pixels.
Definition at line 50 of file framebuf.h.
Referenced by VidFbInitializeVideo(), and VidInitialize().
| ULONG _CM_FRAMEBUF_DEVICE_DATA::RedMask |
Definition at line 56 of file framebuf.h.
| ULONG _CM_FRAMEBUF_DEVICE_DATA::ReservedMask |
Definition at line 59 of file framebuf.h.
| ULONG _CM_FRAMEBUF_DEVICE_DATA::ScreenHeight |
Definition at line 45 of file framebuf.h.
Referenced by VidFbInitializeVideo(), and VidInitialize().
| ULONG _CM_FRAMEBUF_DEVICE_DATA::ScreenWidth |
Definition at line 44 of file framebuf.h.
Referenced by VidFbInitializeVideo(), and VidInitialize().