NetSurf
Data Fields
nspng_content Struct Reference
Collaboration diagram for nspng_content:
[legend]

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 bitmapbitmap
 Created NetSurf bitmap. More...
 
size_t rowstride
 
size_t bpp
 Bitmap rowstride and bpp. More...
 
size_t rowbytes
 Number of bytes per row. More...
 

Detailed Description

Definition at line 51 of file png.c.

Field Documentation

◆ base

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().

◆ bitmap

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().

◆ bpp

size_t nspng_content::bpp

Bitmap rowstride and bpp.

Definition at line 59 of file png.c.

Referenced by info_callback().

◆ info

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().

◆ interlace

int nspng_content::interlace

Definition at line 57 of file png.c.

Referenced by info_callback(), and row_callback().

◆ no_process_data

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

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().

◆ rowbytes

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().

◆ rowstride

size_t nspng_content::rowstride

Definition at line 59 of file png.c.

Referenced by info_callback(), and row_callback().


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