Searched refs:png_rw_ptr (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngrio.c166 png_rw_ptr read_data_fn)
H A Dpngwio.c189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
H A Dpng.h577 #define png_rw_ptr_NULL (png_rw_ptr)NULL
1218 * and error functions, while the png_rw_ptr type should match that of the
1225 typedef void (PNGAPI *png_rw_ptr) PNGARG((png_structp, png_bytep, png_size_t)); typedef
1299 png_rw_ptr write_data_fn PNG_DEPSTRUCT; /* function for writing output data */
1300 png_rw_ptr read_data_fn PNG_DEPSTRUCT; /* function for reading input data */
2125 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
2129 png_voidp io_ptr, png_rw_ptr read_data_fn));
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrio.c139 png_rw_ptr read_data_fn)
H A Dpngwio.c171 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
H A Dpng.h458 #define png_rw_ptr_NULL (png_rw_ptr)NULL
1054 * and error functions, while the png_rw_ptr type should match that of the
1061 typedef void (PNGAPI *png_rw_ptr) PNGARG((png_structp, png_bytep, png_size_t)); typedef
1127 png_rw_ptr write_data_fn; /* function for writing output data */
1128 png_rw_ptr read_data_fn; /* function for reading input data */
1916 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
1920 png_voidp io_ptr, png_rw_ptr read_data_fn));

Completed in 123 milliseconds