ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <orders.h>
Public Attributes | |
sint16 | left |
sint16 | top |
sint16 | right |
sint16 | bottom |
uint8 | opcode |
uint8 | fillmode |
uint32 | fgcolour |
sint16 _ELLIPSE_ORDER::bottom |
Definition at line 219 of file orders.h.
Referenced by process_ellipse().
uint32 _ELLIPSE_ORDER::fgcolour |
Definition at line 222 of file orders.h.
Referenced by process_ellipse().
uint8 _ELLIPSE_ORDER::fillmode |
Definition at line 221 of file orders.h.
Referenced by process_ellipse().
sint16 _ELLIPSE_ORDER::left |
Definition at line 216 of file orders.h.
Referenced by process_ellipse().
uint8 _ELLIPSE_ORDER::opcode |
Definition at line 220 of file orders.h.
Referenced by process_ellipse().
sint16 _ELLIPSE_ORDER::right |
Definition at line 218 of file orders.h.
Referenced by process_ellipse().
sint16 _ELLIPSE_ORDER::top |
Definition at line 217 of file orders.h.
Referenced by process_ellipse().