ReactOS 0.4.15-dev-7942-gd23573b
_TRIBLT_ORDER Struct Reference

#include <orders.h>

Collaboration diagram for _TRIBLT_ORDER:

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
 

Detailed Description

Definition at line 133 of file orders.h.

Member Data Documentation

◆ bgcolour

uint32 _TRIBLT_ORDER::bgcolour

Definition at line 144 of file orders.h.

Referenced by process_triblt().

◆ brush

BRUSH _TRIBLT_ORDER::brush

Definition at line 146 of file orders.h.

Referenced by process_triblt().

◆ cache_id

uint8 _TRIBLT_ORDER::cache_id

Definition at line 136 of file orders.h.

Referenced by process_triblt().

◆ cache_idx

uint16 _TRIBLT_ORDER::cache_idx

Definition at line 147 of file orders.h.

Referenced by process_triblt().

◆ colour_table

uint8 _TRIBLT_ORDER::colour_table

Definition at line 135 of file orders.h.

Referenced by process_triblt().

◆ cx

sint16 _TRIBLT_ORDER::cx

Definition at line 139 of file orders.h.

Referenced by process_triblt().

◆ cy

sint16 _TRIBLT_ORDER::cy

Definition at line 140 of file orders.h.

Referenced by process_triblt().

◆ fgcolour

uint32 _TRIBLT_ORDER::fgcolour

Definition at line 145 of file orders.h.

Referenced by process_triblt().

◆ opcode

uint8 _TRIBLT_ORDER::opcode

Definition at line 141 of file orders.h.

Referenced by process_triblt().

◆ srcx

sint16 _TRIBLT_ORDER::srcx

Definition at line 142 of file orders.h.

Referenced by process_triblt().

◆ srcy

sint16 _TRIBLT_ORDER::srcy

Definition at line 143 of file orders.h.

Referenced by process_triblt().

◆ unknown

uint16 _TRIBLT_ORDER::unknown

Definition at line 148 of file orders.h.

Referenced by process_triblt().

◆ x

sint16 _TRIBLT_ORDER::x

Definition at line 137 of file orders.h.

Referenced by process_triblt().

◆ y

sint16 _TRIBLT_ORDER::y

Definition at line 138 of file orders.h.

Referenced by process_triblt().


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