Searched defs:png_rw_ptr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libpng/
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 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 74 milliseconds