|
LMMS
|
#include "pngpriv.h"Go to the source code of this file.
Functions | |
| void | png_write_data (png_structrp png_ptr, png_const_bytep data, size_t length) |
| void PNGCBAPI | png_default_write_data (png_structp png_ptr, png_bytep data, size_t length) |
| void | png_flush (png_structrp png_ptr) |
| void PNGCBAPI | png_default_flush (png_structp png_ptr) |
| void PNGAPI | png_set_write_fn (png_structrp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) |
| void PNGCBAPI png_default_flush | ( | png_structp | png_ptr | ) |
| void PNGCBAPI png_default_write_data | ( | png_structp | png_ptr, |
| png_bytep | data, | ||
| size_t | length ) |
| void png_flush | ( | png_structrp | png_ptr | ) |
| void PNGAPI png_set_write_fn | ( | png_structrp | png_ptr, |
| png_voidp | io_ptr, | ||
| png_rw_ptr | write_data_fn, | ||
| png_flush_ptr | output_flush_fn ) |
| void png_write_data | ( | png_structrp | png_ptr, |
| png_const_bytep | data, | ||
| size_t | length ) |