ReactOS 0.4.16-dev-122-g325d74c
|
#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 |
uint32 | bgcolour |
uint32 | fgcolour |
BRUSH | brush |
uint16 | cache_idx |
uint16 | unknown |
uint32 _TRIBLT_ORDER::bgcolour |
Definition at line 144 of file orders.h.
Referenced by process_triblt().
BRUSH _TRIBLT_ORDER::brush |
Definition at line 146 of file orders.h.
Referenced by process_triblt().
uint8 _TRIBLT_ORDER::cache_id |
Definition at line 136 of file orders.h.
Referenced by process_triblt().
uint16 _TRIBLT_ORDER::cache_idx |
Definition at line 147 of file orders.h.
Referenced by process_triblt().
uint8 _TRIBLT_ORDER::colour_table |
Definition at line 135 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::cx |
Definition at line 139 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::cy |
Definition at line 140 of file orders.h.
Referenced by process_triblt().
uint32 _TRIBLT_ORDER::fgcolour |
Definition at line 145 of file orders.h.
Referenced by process_triblt().
uint8 _TRIBLT_ORDER::opcode |
Definition at line 141 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::srcx |
Definition at line 142 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::srcy |
Definition at line 143 of file orders.h.
Referenced by process_triblt().
uint16 _TRIBLT_ORDER::unknown |
Definition at line 148 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::x |
Definition at line 137 of file orders.h.
Referenced by process_triblt().
sint16 _TRIBLT_ORDER::y |
Definition at line 138 of file orders.h.
Referenced by process_triblt().