OpenTTD Source 20241224-master-gf74b0cf984
DrawPixelInfo Struct Reference

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
 

Detailed Description

Data about how and where to blit pixels.

Definition at line 157 of file gfx_type.h.

Field Documentation

◆ dst_ptr

void* DrawPixelInfo::dst_ptr

Definition at line 158 of file gfx_type.h.

◆ height

int DrawPixelInfo::height

Definition at line 159 of file gfx_type.h.

◆ left

int DrawPixelInfo::left

Definition at line 159 of file gfx_type.h.

◆ pitch

int DrawPixelInfo::pitch

Definition at line 160 of file gfx_type.h.

◆ top

int DrawPixelInfo::top

Definition at line 159 of file gfx_type.h.

◆ width

int DrawPixelInfo::width

Definition at line 159 of file gfx_type.h.

◆ zoom

ZoomLevel DrawPixelInfo::zoom

Definition at line 161 of file gfx_type.h.


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