ReactOS 0.4.15-dev-7953-g1f49173
_POLYGON_ORDER Struct Reference

#include <orders.h>

Public Attributes

sint16 x
 
sint16 y
 
uint8 opcode
 
uint8 fillmode
 
uint32 fgcolour
 
uint8 npoints
 
uint8 datasize
 
uint8 data [MAX_DATA]
 

Detailed Description

Definition at line 171 of file orders.h.

Member Data Documentation

◆ data

uint8 _POLYGON_ORDER::data

Definition at line 180 of file orders.h.

Referenced by process_polygon().

◆ datasize

uint8 _POLYGON_ORDER::datasize

Definition at line 179 of file orders.h.

Referenced by process_polygon().

◆ fgcolour

uint32 _POLYGON_ORDER::fgcolour

Definition at line 177 of file orders.h.

Referenced by process_polygon().

◆ fillmode

uint8 _POLYGON_ORDER::fillmode

Definition at line 176 of file orders.h.

Referenced by process_polygon().

◆ npoints

uint8 _POLYGON_ORDER::npoints

Definition at line 178 of file orders.h.

Referenced by process_polygon().

◆ opcode

uint8 _POLYGON_ORDER::opcode

Definition at line 175 of file orders.h.

Referenced by process_polygon().

◆ x

sint16 _POLYGON_ORDER::x

Definition at line 173 of file orders.h.

Referenced by process_polygon().

◆ y

sint16 _POLYGON_ORDER::y

Definition at line 174 of file orders.h.

Referenced by process_polygon().


The documentation for this struct was generated from the following files: