|
MythTV master
|
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] |
Definition at line 421 of file pxsup2dast.c.
| eu32 Png4File::m_adler |
Definition at line 430 of file pxsup2dast.c.
Referenced by png4file_close(), png4file_flush(), and png4file_open().
| eu8 Png4File::m_buffer[65536] |
Definition at line 432 of file pxsup2dast.c.
Referenced by png4file_addpixel(), png4file_close(), png4file_endrow(), png4file_flush(), and png4file_open().
| int Png4File::m_bufPos |
Definition at line 427 of file pxsup2dast.c.
Referenced by png4file_addpixel(), png4file_close(), png4file_endrow(), png4file_flush(), and png4file_open().
| int Png4File::m_chunkLen |
Definition at line 428 of file pxsup2dast.c.
Referenced by png4file_close(), png4file_flush(), and png4file_open().
| eu32 Png4File::m_crc |
Definition at line 429 of file pxsup2dast.c.
Referenced by png4file_close(), png4file_flush(), png4file_init(), and png4file_open().
| FILE* Png4File::m_fh |
Definition at line 423 of file pxsup2dast.c.
Referenced by png4file_close(), png4file_flush(), and png4file_open().
| int Png4File::m_hleft |
Definition at line 425 of file pxsup2dast.c.
Referenced by png4file_endrow(), and png4file_open().
| int Png4File::m_nibble |
Definition at line 426 of file pxsup2dast.c.
Referenced by png4file_addpixel(), png4file_endrow(), and png4file_open().
| eu8 Png4File::m_paletteChunk[24] |
Definition at line 431 of file pxsup2dast.c.
Referenced by png4file_init(), and png4file_open().
| int Png4File::m_width |
Definition at line 424 of file pxsup2dast.c.
Referenced by png4file_open().