|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <orders.h>
Public Attributes | |
| sint16 | x |
| sint16 | y |
| uint8 | opcode |
| uint8 | fillmode |
| uint32 | fgcolour |
| uint8 | npoints |
| uint8 | datasize |
| uint8 | data [MAX_DATA] |
| uint8 _POLYGON_ORDER::data |
Definition at line 180 of file orders.h.
Referenced by process_polygon().
| uint8 _POLYGON_ORDER::datasize |
Definition at line 179 of file orders.h.
Referenced by process_polygon().
| uint32 _POLYGON_ORDER::fgcolour |
Definition at line 177 of file orders.h.
Referenced by process_polygon().
| uint8 _POLYGON_ORDER::fillmode |
Definition at line 176 of file orders.h.
Referenced by process_polygon().
| uint8 _POLYGON_ORDER::npoints |
Definition at line 178 of file orders.h.
Referenced by process_polygon().
| uint8 _POLYGON_ORDER::opcode |
Definition at line 175 of file orders.h.
Referenced by process_polygon().
| sint16 _POLYGON_ORDER::x |
Definition at line 173 of file orders.h.
Referenced by process_polygon().
| sint16 _POLYGON_ORDER::y |
Definition at line 174 of file orders.h.
Referenced by process_polygon().