Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpngwio.c126 if (png_ptr->output_flush_fn != NULL) in png_flush()
127 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
171 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
187 if (output_flush_fn != NULL) in png_set_write_fn()
188 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
190 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
192 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
Dpngrio.c164 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpng.h1217 png_flush_ptr output_flush_fn;/* Function for flushing output */ member
1916 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
/external/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.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));
Dlibpng-1.2.44.txt2549 png_flush_ptr output_flush_fn);
2568 to use NULL for one of write_data_fn and output_flush_fn but not both
Dlibpng-1.2.46.txt2549 png_flush_ptr output_flush_fn);
2568 to use NULL for one of write_data_fn and output_flush_fn but not both