iPXE
png_interlace Struct Reference

A PNG interlace pass. More...

Data Fields

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

Detailed Description

A PNG interlace pass.

Definition at line 70 of file png.c.

Field Documentation

◆ pass

unsigned int png_interlace::pass

Pass number.

Definition at line 72 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 74 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 76 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 78 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 80 of file png.c.

Referenced by png_interlace(), and png_pixels_pass().

◆ width

unsigned int png_interlace::width

Width.

Definition at line 82 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 84 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: