|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <orders.h>

Public Attributes | |
| sint16 | left |
| sint16 | top |
| sint16 | right |
| sint16 | bottom |
| uint8 | opcode |
| uint8 | fillmode |
| BRUSH | brush |
| uint32 | bgcolour |
| uint32 | fgcolour |
| uint32 _ELLIPSE2_ORDER::bgcolour |
Definition at line 236 of file orders.h.
Referenced by process_ellipse2().
| sint16 _ELLIPSE2_ORDER::bottom |
Definition at line 232 of file orders.h.
Referenced by process_ellipse2().
| BRUSH _ELLIPSE2_ORDER::brush |
Definition at line 235 of file orders.h.
Referenced by process_ellipse2().
| uint32 _ELLIPSE2_ORDER::fgcolour |
Definition at line 237 of file orders.h.
Referenced by process_ellipse2().
| uint8 _ELLIPSE2_ORDER::fillmode |
Definition at line 234 of file orders.h.
Referenced by process_ellipse2().
| sint16 _ELLIPSE2_ORDER::left |
Definition at line 229 of file orders.h.
Referenced by process_ellipse2().
| uint8 _ELLIPSE2_ORDER::opcode |
Definition at line 233 of file orders.h.
Referenced by process_ellipse2().
| sint16 _ELLIPSE2_ORDER::right |
Definition at line 231 of file orders.h.
Referenced by process_ellipse2().
| sint16 _ELLIPSE2_ORDER::top |
Definition at line 230 of file orders.h.
Referenced by process_ellipse2().