Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
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.c117 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpngstruct.h284 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
Dpng.h1623 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
/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.c117 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpngstruct.h284 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
Dpng.h1619 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
Dlibpng-manual.txt4250 png_flush_ptr output_flush_fn);
4271 to use NULL for one of write_data_fn and output_flush_fn but not both