ReactOS 0.4.16-dev-61-ge128cbc
|
#include <d3d8types.h>
Public Attributes | |
LONG | x1 |
LONG | y1 |
LONG | x2 |
LONG | y2 |
union { | |
LONG x1 | |
LONG lX1 | |
} | DUMMYUNIONNAME1 |
union { | |
LONG y1 | |
LONG lY1 | |
} | DUMMYUNIONNAME2 |
union { | |
LONG x2 | |
LONG lX2 | |
} | DUMMYUNIONNAME3 |
union { | |
LONG y2 | |
LONG lY2 | |
} | DUMMYUNIONNAME4 |
Definition at line 1152 of file d3d8types.h.
union { ... } _D3DRECT::DUMMYUNIONNAME1 |
union { ... } _D3DRECT::DUMMYUNIONNAME2 |
union { ... } _D3DRECT::DUMMYUNIONNAME3 |
union { ... } _D3DRECT::DUMMYUNIONNAME4 |
LONG _D3DRECT::lX1 |
Definition at line 183 of file d3dtypes.h.
LONG _D3DRECT::lX2 |
Definition at line 191 of file d3dtypes.h.
LONG _D3DRECT::lY1 |
Definition at line 187 of file d3dtypes.h.
LONG _D3DRECT::lY2 |
Definition at line 195 of file d3dtypes.h.
LONG _D3DRECT::x1 |
Definition at line 1153 of file d3d8types.h.
Referenced by d3drm_viewport2_Clear().
LONG _D3DRECT::x2 |
Definition at line 1155 of file d3d8types.h.
Referenced by d3drm_viewport2_Clear().
LONG _D3DRECT::y1 |
Definition at line 1154 of file d3d8types.h.
Referenced by d3drm_viewport2_Clear().
LONG _D3DRECT::y2 |
Definition at line 1156 of file d3d8types.h.
Referenced by d3drm_viewport2_Clear().