ReactOS 0.4.16-dev-937-g7afcd2a
png_decoder Struct Reference
Collaboration diagram for png_decoder:

Public Attributes

struct decoder decoder
 
IStreamstream
 
struct decoder_frame decoder_frame
 
UINT stride
 
BYTEimage_bits
 
BYTEcolor_profile
 
DWORD color_profile_len
 

Detailed Description

Definition at line 36 of file libpng.c.

Member Data Documentation

◆ color_profile

BYTE* png_decoder::color_profile

Definition at line 43 of file libpng.c.

◆ color_profile_len

DWORD png_decoder::color_profile_len

Definition at line 44 of file libpng.c.

◆ decoder

struct decoder png_decoder::decoder

Definition at line 38 of file libpng.c.

◆ decoder_frame

struct decoder_frame png_decoder::decoder_frame

Definition at line 40 of file libpng.c.

◆ image_bits

BYTE* png_decoder::image_bits

Definition at line 42 of file libpng.c.

◆ stream

IStream* png_decoder::stream

Definition at line 39 of file libpng.c.

Referenced by png_decoder_initialize().

◆ stride

UINT png_decoder::stride

Definition at line 41 of file libpng.c.


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