|
OpenTTD Source 20251116-master-g21329071df
|
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 157 of file gfx_type.h.
| void* DrawPixelInfo::dst_ptr |
Definition at line 158 of file gfx_type.h.
| int DrawPixelInfo::height |
Definition at line 159 of file gfx_type.h.
| int DrawPixelInfo::left |
Definition at line 159 of file gfx_type.h.
| int DrawPixelInfo::pitch |
Definition at line 160 of file gfx_type.h.
| int DrawPixelInfo::top |
Definition at line 159 of file gfx_type.h.
| int DrawPixelInfo::width |
Definition at line 159 of file gfx_type.h.
| ZoomLevel DrawPixelInfo::zoom |
Definition at line 161 of file gfx_type.h.