![]() |
Qt 6.x
The Qt SDK
|
#include <qrasterdefs_p.h>
Public Attributes | |
int | rows |
int | width |
int | pitch |
unsigned char * | buffer |
short | num_grays |
char | pixel_mode |
char | palette_mode |
void * | palette |
Definition at line 292 of file qrasterdefs_p.h.
unsigned char* QT_FT_Bitmap_::buffer |
Definition at line 297 of file qrasterdefs_p.h.
Referenced by gray_raster_render().
short QT_FT_Bitmap_::num_grays |
Definition at line 298 of file qrasterdefs_p.h.
void* QT_FT_Bitmap_::palette |
Definition at line 301 of file qrasterdefs_p.h.
char QT_FT_Bitmap_::palette_mode |
Definition at line 300 of file qrasterdefs_p.h.
int QT_FT_Bitmap_::pitch |
Definition at line 296 of file qrasterdefs_p.h.
char QT_FT_Bitmap_::pixel_mode |
Definition at line 299 of file qrasterdefs_p.h.
int QT_FT_Bitmap_::rows |
Definition at line 294 of file qrasterdefs_p.h.
Referenced by gray_raster_render().
int QT_FT_Bitmap_::width |
Definition at line 295 of file qrasterdefs_p.h.
Referenced by gray_raster_render().