Home
last modified time | relevance | path

Searched refs:output_flush_fn (Results 1 – 11 of 11) sorted by relevance

/external/libpng/
Dpngwio.c73 if (png_ptr->output_flush_fn != NULL) in png_flush()
74 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
123 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
143 if (output_flush_fn != NULL) in png_set_write_fn()
144 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
147 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
150 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
153 PNG_UNUSED(output_flush_fn) in png_set_write_fn()
Dpngrio.c131 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpngstruct.h327 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
Dpng.h1737 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
Dlibpng-manual.txt4128 png_flush_ptr output_flush_fn);
4149 to use NULL for one of write_data_fn and output_flush_fn but not both
/external/chromium_org/third_party/libpng/
Dpngwio.c137 if (png_ptr->output_flush_fn != NULL) in png_flush()
138 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
208 if (output_flush_fn != NULL) in png_set_write_fn()
209 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
212 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
214 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
Dpngrio.c177 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpng.h1350 png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */
2061 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
/external/qemu/distrib/libpng-1.2.46/
Dpngwio.c137 if (png_ptr->output_flush_fn != NULL) in png_flush()
138 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
208 if (output_flush_fn != NULL) in png_set_write_fn()
209 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
212 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
214 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
Dpngrio.c192 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpng.h1403 png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */
2125 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));