ReactOS 0.4.16-dev-258-g81860b4
|
#include <orders.h>
Public Attributes | |
sint16 | x |
sint16 | y |
sint16 | cx |
sint16 | cy |
uint8 | opcode |
uint32 | bgcolour |
uint32 | fgcolour |
BRUSH | brush |
uint32 _PATBLT_ORDER::bgcolour |
Definition at line 76 of file orders.h.
Referenced by process_patblt().
BRUSH _PATBLT_ORDER::brush |
Definition at line 78 of file orders.h.
Referenced by process_patblt().
sint16 _PATBLT_ORDER::cx |
Definition at line 73 of file orders.h.
Referenced by process_patblt().
sint16 _PATBLT_ORDER::cy |
Definition at line 74 of file orders.h.
Referenced by process_patblt().
uint32 _PATBLT_ORDER::fgcolour |
Definition at line 77 of file orders.h.
Referenced by process_patblt().
uint8 _PATBLT_ORDER::opcode |
Definition at line 75 of file orders.h.
Referenced by process_patblt().
sint16 _PATBLT_ORDER::x |
Definition at line 71 of file orders.h.
Referenced by process_patblt().
sint16 _PATBLT_ORDER::y |
Definition at line 72 of file orders.h.
Referenced by process_patblt().