ReactOS 0.4.16-dev-306-g647d351
|
#include <orders.h>
Public Attributes | |
uint8 | colour_table |
uint8 | cache_id |
sint16 | x |
sint16 | y |
sint16 | cx |
sint16 | cy |
uint8 | opcode |
sint16 | srcx |
sint16 | srcy |
uint16 | cache_idx |
uint8 _MEMBLT_ORDER::cache_id |
Definition at line 156 of file orders.h.
Referenced by process_memblt().
uint16 _MEMBLT_ORDER::cache_idx |
Definition at line 164 of file orders.h.
Referenced by process_memblt().
uint8 _MEMBLT_ORDER::colour_table |
Definition at line 155 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::cx |
Definition at line 159 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::cy |
Definition at line 160 of file orders.h.
Referenced by process_memblt().
uint8 _MEMBLT_ORDER::opcode |
Definition at line 161 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::srcx |
Definition at line 162 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::srcy |
Definition at line 163 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::x |
Definition at line 157 of file orders.h.
Referenced by process_memblt().
sint16 _MEMBLT_ORDER::y |
Definition at line 158 of file orders.h.
Referenced by process_memblt().