iPXE
Data Fields
png_interlace Struct Reference

A PNG interlace pass. More...

Data Fields

unsigned int pass
 Pass number. More...
 
unsigned int x_indent
 X starting indent. More...
 
unsigned int y_indent
 Y starting indent. More...
 
unsigned int x_stride
 X stride. More...
 
unsigned int y_stride
 Y stride. More...
 
unsigned int width
 Width. More...
 
unsigned int height
 Height. More...
 

Detailed Description

A PNG interlace pass.

Definition at line 69 of file png.c.

Field Documentation

◆ pass

unsigned int png_interlace::pass

Pass number.

Definition at line 71 of file png.c.

Referenced by png_image_header(), png_interlace(), png_pixels(), png_pixels_pass(), png_unfilter(), and png_unfilter_pass().

◆ x_indent

unsigned int png_interlace::x_indent

X starting indent.

Definition at line 73 of file png.c.

Referenced by png_interlace(), and png_pixels_pass().

◆ y_indent

unsigned int png_interlace::y_indent

Y starting indent.

Definition at line 75 of file png.c.

Referenced by png_interlace(), and png_pixels_pass().

◆ x_stride

unsigned int png_interlace::x_stride

X stride.

Definition at line 77 of file png.c.

Referenced by png_interlace(), and png_pixels_pass().

◆ y_stride

unsigned int png_interlace::y_stride

Y stride.

Definition at line 79 of file png.c.

Referenced by png_interlace(), and png_pixels_pass().

◆ width

unsigned int png_interlace::width

Width.

Definition at line 81 of file png.c.

Referenced by png_image_header(), png_interlace(), png_pixels(), png_pixels_pass(), png_scanline_len(), and png_unfilter().

◆ height

unsigned int png_interlace::height

Height.

Definition at line 83 of file png.c.

Referenced by png_image_header(), png_interlace(), png_pixels_pass(), and png_unfilter_pass().


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