ReactOS 0.4.16-dev-433-g6363f78
|
#include <ddrawint.h>
Public Attributes | |
union { | |
DWORD dwBlockSizeY | |
LONG lSlicePitch | |
}; | |
union { | |
PVIDEOMEMORY lpVidMemHeap | |
DWORD dwBlockSizeX | |
DWORD dwUserMemSize | |
}; | |
FLATPTR | fpVidMem |
union { | |
LONG lPitch | |
DWORD dwLinearSize | |
}; | |
LONG | yHint |
LONG | xHint |
DWORD | wHeight |
DWORD | wWidth |
ULONG_PTR | dwReserved1 |
DDPIXELFORMAT | ddpfSurface |
FLATPTR | fpHeapOffset |
HANDLE | hCreatorProcess |
Definition at line 136 of file ddrawint.h.
__GNU_EXTENSION union { ... } _DD_SURFACE_GLOBAL::@2890 |
__GNU_EXTENSION union { ... } _DD_SURFACE_GLOBAL::@2892 |
__GNU_EXTENSION union { ... } _DD_SURFACE_GLOBAL::@2894 |
DDPIXELFORMAT _DD_SURFACE_GLOBAL::ddpfSurface |
Definition at line 156 of file ddrawint.h.
Referenced by bDDCreateSurface(), DdCreateSurface(), and intDdCreateNewSurfaceObject().
DWORD _DD_SURFACE_GLOBAL::dwBlockSizeX |
Definition at line 143 of file ddrawint.h.
Referenced by DdCreateD3DBuffer(), and DdCreateSurface().
DWORD _DD_SURFACE_GLOBAL::dwBlockSizeY |
Definition at line 138 of file ddrawint.h.
Referenced by DdCreateD3DBuffer(), and DdCreateSurface().
DWORD _DD_SURFACE_GLOBAL::dwLinearSize |
Definition at line 149 of file ddrawint.h.
Referenced by bDDCreateSurface(), and DdCreateD3DBuffer().
ULONG_PTR _DD_SURFACE_GLOBAL::dwReserved1 |
Definition at line 155 of file ddrawint.h.
DWORD _DD_SURFACE_GLOBAL::dwUserMemSize |
Definition at line 144 of file ddrawint.h.
FLATPTR _DD_SURFACE_GLOBAL::fpHeapOffset |
Definition at line 157 of file ddrawint.h.
FLATPTR _DD_SURFACE_GLOBAL::fpVidMem |
Definition at line 146 of file ddrawint.h.
Referenced by bDDCreateSurface(), DdCreateD3DBuffer(), DdCreateSurface(), and intDdCreateNewSurfaceObject().
HANDLE _DD_SURFACE_GLOBAL::hCreatorProcess |
Definition at line 158 of file ddrawint.h.
LONG _DD_SURFACE_GLOBAL::lPitch |
Definition at line 148 of file ddrawint.h.
Referenced by DdCreateSurface(), and intDdCreateNewSurfaceObject().
PVIDEOMEMORY _DD_SURFACE_GLOBAL::lpVidMemHeap |
Definition at line 142 of file ddrawint.h.
LONG _DD_SURFACE_GLOBAL::lSlicePitch |
Definition at line 139 of file ddrawint.h.
DWORD _DD_SURFACE_GLOBAL::wHeight |
Definition at line 153 of file ddrawint.h.
Referenced by bDDCreateSurface(), DdCreateD3DBuffer(), DdCreateSurface(), and intDdCreateNewSurfaceObject().
DWORD _DD_SURFACE_GLOBAL::wWidth |
Definition at line 154 of file ddrawint.h.
Referenced by bDDCreateSurface(), DdCreateD3DBuffer(), DdCreateSurface(), and intDdCreateNewSurfaceObject().
LONG _DD_SURFACE_GLOBAL::xHint |
Definition at line 152 of file ddrawint.h.
LONG _DD_SURFACE_GLOBAL::yHint |
Definition at line 151 of file ddrawint.h.