Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

png_write_mem_status Struct Reference

List of all members.

Detailed Description

stores progress of user_write_png_data() between calls

Definition at line 14 of file PNGGenerator.cc.

Public Attributes

png_bytep buf
 beginning of buffer being writen into (doesn't move with progress)
size_t bufsize
 total size of buffer
size_t offset
 position within buffer, i.e. amount of buffer written so far


Member Data Documentation

beginning of buffer being writen into (doesn't move with progress)

Definition at line 15 of file PNGGenerator.cc.

Referenced by PNGGenerator::calcImage(), and user_write_png_data().

total size of buffer

Definition at line 16 of file PNGGenerator.cc.

Referenced by PNGGenerator::calcImage().

position within buffer, i.e. amount of buffer written so far

Definition at line 17 of file PNGGenerator.cc.

Referenced by PNGGenerator::calcImage(), and user_write_png_data().


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

Tekkotsu v3.0
Generated Wed Oct 4 00:05:09 2006 by Doxygen 1.4.7