ReactOS 0.4.16-dev-136-g52192f1
|
#include <orders.h>
Public Attributes | |
sint16 | x |
sint16 | y |
uint8 | opcode |
uint32 | fgcolour |
uint8 | lines |
uint8 | datasize |
uint8 | data [MAX_DATA] |
uint8 _POLYLINE_ORDER::data |
Definition at line 209 of file orders.h.
Referenced by process_polyline().
uint8 _POLYLINE_ORDER::datasize |
Definition at line 208 of file orders.h.
Referenced by process_polyline().
uint32 _POLYLINE_ORDER::fgcolour |
Definition at line 206 of file orders.h.
Referenced by process_polyline().
uint8 _POLYLINE_ORDER::lines |
Definition at line 207 of file orders.h.
Referenced by process_polyline().
uint8 _POLYLINE_ORDER::opcode |
Definition at line 205 of file orders.h.
Referenced by process_polyline().
sint16 _POLYLINE_ORDER::x |
Definition at line 203 of file orders.h.
Referenced by process_polyline().
sint16 _POLYLINE_ORDER::y |
Definition at line 204 of file orders.h.
Referenced by process_polyline().