ReactOS 0.4.15-dev-7918-g2a2556c
_MEMBLT_ORDER Struct Reference

#include <orders.h>

Public Attributes

uint8 colour_table
 
uint8 cache_id
 
sint16 x
 
sint16 y
 
sint16 cx
 
sint16 cy
 
uint8 opcode
 
sint16 srcx
 
sint16 srcy
 
uint16 cache_idx
 

Detailed Description

Definition at line 153 of file orders.h.

Member Data Documentation

◆ cache_id

uint8 _MEMBLT_ORDER::cache_id

Definition at line 156 of file orders.h.

Referenced by process_memblt().

◆ cache_idx

uint16 _MEMBLT_ORDER::cache_idx

Definition at line 164 of file orders.h.

Referenced by process_memblt().

◆ colour_table

uint8 _MEMBLT_ORDER::colour_table

Definition at line 155 of file orders.h.

Referenced by process_memblt().

◆ cx

sint16 _MEMBLT_ORDER::cx

Definition at line 159 of file orders.h.

Referenced by process_memblt().

◆ cy

sint16 _MEMBLT_ORDER::cy

Definition at line 160 of file orders.h.

Referenced by process_memblt().

◆ opcode

uint8 _MEMBLT_ORDER::opcode

Definition at line 161 of file orders.h.

Referenced by process_memblt().

◆ srcx

sint16 _MEMBLT_ORDER::srcx

Definition at line 162 of file orders.h.

Referenced by process_memblt().

◆ srcy

sint16 _MEMBLT_ORDER::srcy

Definition at line 163 of file orders.h.

Referenced by process_memblt().

◆ x

sint16 _MEMBLT_ORDER::x

Definition at line 157 of file orders.h.

Referenced by process_memblt().

◆ y

sint16 _MEMBLT_ORDER::y

Definition at line 158 of file orders.h.

Referenced by process_memblt().


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