ReactOS 0.4.16-dev-927-g467dec4
png_encoder Struct Reference
Collaboration diagram for png_encoder:

Public Attributes

struct encoder encoder
 
IStreamstream
 
png_structp png_ptr
 
png_infop info_ptr
 
struct encoder_frame encoder_frame
 
const struct png_pixelformatformat
 
BYTEdata
 
UINT stride
 
UINT passes
 
UINT lines_written
 

Detailed Description

Definition at line 518 of file libpng.c.

Member Data Documentation

◆ data

BYTE* png_encoder::data

Definition at line 526 of file libpng.c.

◆ encoder

struct encoder png_encoder::encoder

Definition at line 520 of file libpng.c.

◆ encoder_frame

struct encoder_frame png_encoder::encoder_frame

Definition at line 524 of file libpng.c.

Referenced by png_encoder_create_frame().

◆ format

const struct png_pixelformat* png_encoder::format

Definition at line 525 of file libpng.c.

◆ info_ptr

png_infop png_encoder::info_ptr

Definition at line 523 of file libpng.c.

◆ lines_written

UINT png_encoder::lines_written

Definition at line 529 of file libpng.c.

◆ passes

UINT png_encoder::passes

Definition at line 528 of file libpng.c.

◆ png_ptr

png_structp png_encoder::png_ptr

Definition at line 522 of file libpng.c.

◆ stream

IStream* png_encoder::stream

Definition at line 521 of file libpng.c.

Referenced by png_encoder_initialize().

◆ stride

UINT png_encoder::stride

Definition at line 527 of file libpng.c.


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