|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <orders.h>

Public Attributes | |
| sint16 | x |
| sint16 | y |
| uint8 | opcode |
| uint8 | fillmode |
| uint32 | bgcolour |
| uint32 | fgcolour |
| BRUSH | brush |
| uint8 | npoints |
| uint8 | datasize |
| uint8 | data [MAX_DATA] |
| uint32 _POLYGON2_ORDER::bgcolour |
Definition at line 191 of file orders.h.
Referenced by process_polygon2().
| BRUSH _POLYGON2_ORDER::brush |
Definition at line 193 of file orders.h.
Referenced by process_polygon2().
| uint8 _POLYGON2_ORDER::data |
Definition at line 196 of file orders.h.
Referenced by process_polygon2().
| uint8 _POLYGON2_ORDER::datasize |
Definition at line 195 of file orders.h.
Referenced by process_polygon2().
| uint32 _POLYGON2_ORDER::fgcolour |
Definition at line 192 of file orders.h.
Referenced by process_polygon2().
| uint8 _POLYGON2_ORDER::fillmode |
Definition at line 190 of file orders.h.
Referenced by process_polygon2().
| uint8 _POLYGON2_ORDER::npoints |
Definition at line 194 of file orders.h.
Referenced by process_polygon2().
| uint8 _POLYGON2_ORDER::opcode |
Definition at line 189 of file orders.h.
Referenced by process_polygon2().
| sint16 _POLYGON2_ORDER::x |
Definition at line 187 of file orders.h.
Referenced by process_polygon2().
| sint16 _POLYGON2_ORDER::y |
Definition at line 188 of file orders.h.
Referenced by process_polygon2().