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

/external/libpng/
H A Dpngrio.c102 png_rw_ptr read_data_fn)
H A Dpngwio.c123 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
H A Dpngstruct.h201 png_rw_ptr write_data_fn; /* function for writing output data */
202 png_rw_ptr read_data_fn; /* function for reading input data */
H A Dpng.h891 * and error functions, while the png_rw_ptr type should match that of the
897 typedef PNG_CALLBACK(void, *png_rw_ptr, (png_structp, png_bytep, png_size_t));
1737 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
1741 png_rw_ptr read_data_fn));
/external/chromium_org/third_party/libpng/
H A Dpngrio.c151 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.h574 #define png_rw_ptr_NULL (png_rw_ptr)NULL
1171 * and error functions, while the png_rw_ptr type should match that of the
1178 typedef void (PNGAPI *png_rw_ptr) PNGARG((png_structp, png_bytep, png_size_t)); typedef
1249 png_rw_ptr write_data_fn PNG_DEPSTRUCT; /* function for writing output data */
1250 png_rw_ptr read_data_fn PNG_DEPSTRUCT; /* function for reading input data */
2061 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
2065 png_voidp io_ptr, png_rw_ptr read_data_fn));
/external/qemu/distrib/libpng-1.2.46/
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));

Completed in 152 milliseconds