Home
last modified time | relevance | path

Searched refs:output_flush_fn (Results 1 – 13 of 13) 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.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));
Dlibpng-manual.txt4192 png_flush_ptr output_flush_fn);
4213 to use NULL for one of write_data_fn and output_flush_fn but not both
/external/pdfium/third_party/lpng_v163/
Dpngwio.c72 if (png_ptr->output_flush_fn != NULL) in png_flush()
73 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
122 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
142 if (output_flush_fn != NULL) in png_set_write_fn()
143 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
146 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
149 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
Dpngrio.c114 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpngstruct.h280 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
Dpng.h2046 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
/external/opencv3/3rdparty/libpng/
Dpngwio.c131 if (png_ptr->output_flush_fn != NULL) in png_flush()
132 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()
181 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument
201 if (output_flush_fn != NULL) in png_set_write_fn()
202 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
205 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()
208 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
Dpngrio.c173 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
Dpngstruct.h165 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
Dpng.h1773 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));