pngwio.c File Reference

#include "png.h"

Go to the source code of this file.

Defines

#define PNG_INTERNAL

Functions

void png_write_data (png_structp png_ptr, png_bytep data, png_size_t length)
void PNGAPI png_default_write_data (png_structp png_ptr, png_bytep data, png_size_t length)
void png_flush (png_structp png_ptr)
void PNGAPI png_default_flush (png_structp png_ptr)
void PNGAPI png_set_write_fn (png_structp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)


Define Documentation

#define PNG_INTERNAL

Definition at line 18 of file pngwio.c.


Function Documentation

void PNGAPI png_default_flush ( png_structp  png_ptr  ) 

Definition at line 132 of file pngwio.c.

References CVT_PTR, fflush(), and NULL.

Referenced by png_set_write_fn().

void PNGAPI png_default_write_data ( png_structp  png_ptr,
png_bytep  data,
png_size_t  length 
)

Definition at line 44 of file pngwio.c.

References fwrite, HANDLE, NULL, png_error(), and png_uint_32.

Referenced by png_set_write_fn().

void png_flush ( png_structp  png_ptr  ) 

Definition at line 124 of file pngwio.c.

References NULL.

Referenced by png_write_flush().

void PNGAPI png_set_write_fn ( png_structp  png_ptr,
png_voidp  io_ptr,
png_rw_ptr  write_data_fn,
png_flush_ptr  output_flush_fn 
)

Definition at line 170 of file pngwio.c.

References NULL, png_default_flush(), png_default_write_data(), and png_warning().

Referenced by ASImage2png_int(), png_create_write_struct_2(), and png_write_init_3().

void png_write_data ( png_structp  png_ptr,
png_bytep  data,
png_size_t  length 
)

Definition at line 29 of file pngwio.c.

References NULL, and png_error().

Referenced by png_write_chunk_data(), png_write_chunk_end(), png_write_chunk_start(), and png_write_sig().


Generated on Tue Jul 5 15:58:09 2011 for ROOT_528-00b_version by  doxygen 1.5.1