ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <orders.h>
Public Attributes | |
uint16 | mixmode |
sint16 | startx |
sint16 | starty |
sint16 | endx |
sint16 | endy |
uint32 | bgcolour |
uint8 | opcode |
PEN | pen |
uint32 _LINE_ORDER::bgcolour |
Definition at line 103 of file orders.h.
Referenced by process_line().
sint16 _LINE_ORDER::endx |
Definition at line 101 of file orders.h.
Referenced by process_line().
sint16 _LINE_ORDER::endy |
Definition at line 102 of file orders.h.
Referenced by process_line().
uint16 _LINE_ORDER::mixmode |
Definition at line 98 of file orders.h.
Referenced by process_line().
uint8 _LINE_ORDER::opcode |
Definition at line 104 of file orders.h.
Referenced by process_line().
PEN _LINE_ORDER::pen |
Definition at line 105 of file orders.h.
Referenced by process_line().
sint16 _LINE_ORDER::startx |
Definition at line 99 of file orders.h.
Referenced by process_line().
sint16 _LINE_ORDER::starty |
Definition at line 100 of file orders.h.
Referenced by process_line().