ReactOS 0.4.15-dev-8100-g1887773
bitblt_coords Struct Reference

#include <gdi_driver.h>

Collaboration diagram for bitblt_coords:

Public Attributes

int log_x
 
int log_y
 
int log_width
 
int log_height
 
int x
 
int y
 
int width
 
int height
 
RECT visrect
 
DWORD layout
 

Detailed Description

Definition at line 36 of file gdi_driver.h.

Member Data Documentation

◆ height

int bitblt_coords::height

Definition at line 45 of file gdi_driver.h.

◆ layout

DWORD bitblt_coords::layout

Definition at line 47 of file gdi_driver.h.

◆ log_height

int bitblt_coords::log_height

Definition at line 41 of file gdi_driver.h.

◆ log_width

int bitblt_coords::log_width

Definition at line 40 of file gdi_driver.h.

◆ log_x

int bitblt_coords::log_x

Definition at line 38 of file gdi_driver.h.

◆ log_y

int bitblt_coords::log_y

Definition at line 39 of file gdi_driver.h.

◆ visrect

RECT bitblt_coords::visrect

Definition at line 46 of file gdi_driver.h.

◆ width

int bitblt_coords::width

Definition at line 44 of file gdi_driver.h.

◆ x

int bitblt_coords::x

Definition at line 42 of file gdi_driver.h.

◆ y

int bitblt_coords::y

Definition at line 43 of file gdi_driver.h.


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