MythTV master
Public Attributes | List of all members
Png4File Struct Reference
Collaboration diagram for Png4File:
[legend]

Public Attributes

FILE * m_fh
 
int m_width
 
int m_hleft
 
int m_nibble
 
int m_bufPos
 
int m_chunkLen
 
eu32 m_crc
 
eu32 m_adler
 
eu8 m_paletteChunk [24]
 
eu8 m_buffer [65536]
 

Detailed Description

Definition at line 421 of file pxsup2dast.c.

Member Data Documentation

◆ m_adler

eu32 Png4File::m_adler

Definition at line 430 of file pxsup2dast.c.

Referenced by png4file_close(), png4file_flush(), and png4file_open().

◆ m_buffer

eu8 Png4File::m_buffer[65536]

◆ m_bufPos

int Png4File::m_bufPos

◆ m_chunkLen

int Png4File::m_chunkLen

Definition at line 428 of file pxsup2dast.c.

Referenced by png4file_close(), png4file_flush(), and png4file_open().

◆ m_crc

eu32 Png4File::m_crc

Definition at line 429 of file pxsup2dast.c.

Referenced by png4file_close(), png4file_flush(), png4file_init(), and png4file_open().

◆ m_fh

FILE* Png4File::m_fh

Definition at line 423 of file pxsup2dast.c.

Referenced by png4file_close(), png4file_flush(), and png4file_open().

◆ m_hleft

int Png4File::m_hleft

Definition at line 425 of file pxsup2dast.c.

Referenced by png4file_endrow(), and png4file_open().

◆ m_nibble

int Png4File::m_nibble

Definition at line 426 of file pxsup2dast.c.

Referenced by png4file_addpixel(), png4file_endrow(), and png4file_open().

◆ m_paletteChunk

eu8 Png4File::m_paletteChunk[24]

Definition at line 431 of file pxsup2dast.c.

Referenced by png4file_init(), and png4file_open().

◆ m_width

int Png4File::m_width

Definition at line 424 of file pxsup2dast.c.

Referenced by png4file_open().


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