OpenTTD Source 20250205-master-gfd85ab1e2c
|
Data about how and where to blit pixels. More...
#include <gfx_type.h>
Data Fields | |
void * | dst_ptr |
int | left |
int | top |
int | width |
int | height |
int | pitch |
ZoomLevel | zoom |
Data about how and where to blit pixels.
Definition at line 156 of file gfx_type.h.
void* DrawPixelInfo::dst_ptr |
Definition at line 157 of file gfx_type.h.
int DrawPixelInfo::height |
Definition at line 158 of file gfx_type.h.
int DrawPixelInfo::left |
Definition at line 158 of file gfx_type.h.
int DrawPixelInfo::pitch |
Definition at line 159 of file gfx_type.h.
int DrawPixelInfo::top |
Definition at line 158 of file gfx_type.h.
int DrawPixelInfo::width |
Definition at line 158 of file gfx_type.h.
ZoomLevel DrawPixelInfo::zoom |
Definition at line 160 of file gfx_type.h.