NetSurf
|
Data Fields | |
struct content | base |
base content type More... | |
bool | no_process_data |
Do not continue to process data as it arrives. More... | |
png_structp | png |
png_infop | info |
int | interlace |
struct bitmap * | bitmap |
Created NetSurf bitmap. More... | |
size_t | rowstride |
size_t | bpp |
Bitmap rowstride and bpp. More... | |
size_t | rowbytes |
Number of bytes per row. More... | |
struct content nspng_content::base |
base content type
Definition at line 52 of file png.c.
Referenced by info_callback(), nspng_clone(), nspng_create(), and nspng_create_png_data().
struct bitmap* nspng_content::bitmap |
Created NetSurf bitmap.
Definition at line 58 of file png.c.
Referenced by info_callback(), nspng_convert(), nspng_create_png_data(), nspng_process_data(), and row_callback().
size_t nspng_content::bpp |
png_infop nspng_content::info |
Definition at line 56 of file png.c.
Referenced by nspng_convert(), nspng_create_png_data(), and nspng_process_data().
int nspng_content::interlace |
Definition at line 57 of file png.c.
Referenced by info_callback(), and row_callback().
bool nspng_content::no_process_data |
Do not continue to process data as it arrives.
Definition at line 54 of file png.c.
Referenced by nspng_process_data().
png_structp nspng_content::png |
Definition at line 55 of file png.c.
Referenced by nspng_convert(), nspng_create_png_data(), and nspng_process_data().
size_t nspng_content::rowbytes |
Number of bytes per row.
Definition at line 60 of file png.c.
Referenced by info_callback(), and row_callback().
size_t nspng_content::rowstride |
Definition at line 59 of file png.c.
Referenced by info_callback(), and row_callback().