ReactOS 0.4.16-dev-122-g325d74c
|
#include <orders.h>
Public Attributes | |
sint16 | x |
sint16 | y |
sint16 | cx |
sint16 | cy |
uint8 | opcode |
sint16 _DESTBLT_ORDER::cx |
Definition at line 62 of file orders.h.
Referenced by process_destblt().
sint16 _DESTBLT_ORDER::cy |
Definition at line 63 of file orders.h.
Referenced by process_destblt().
uint8 _DESTBLT_ORDER::opcode |
Definition at line 64 of file orders.h.
Referenced by process_destblt().
sint16 _DESTBLT_ORDER::x |
Definition at line 60 of file orders.h.
Referenced by process_destblt().
sint16 _DESTBLT_ORDER::y |
Definition at line 61 of file orders.h.
Referenced by process_destblt().