Searched defs:output_flush_fn (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngwio.c73 if (png_ptr->output_flush_fn != NULL)
74 (*(png_ptr->output_flush_fn))(png_ptr);
114 * time, output_flush_fn will be ignored, although it must be
123 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
143 if (output_flush_fn != NULL)
144 png_ptr->output_flush_fn = output_flush_fn;
147 png_ptr->output_flush_fn = png_default_flush;
150 png_ptr->output_flush_fn = output_flush_fn;
122 png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpngstruct.h284 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
/external/pdfium/third_party/lpng_v163/
H A Dpngwio.c72 if (png_ptr->output_flush_fn != NULL)
73 (*(png_ptr->output_flush_fn))(png_ptr);
113 * time, output_flush_fn will be ignored, although it must be
122 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
142 if (output_flush_fn != NULL)
143 png_ptr->output_flush_fn = output_flush_fn;
146 png_ptr->output_flush_fn = png_default_flush;
149 png_ptr->output_flush_fn = output_flush_fn;
121 png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpngstruct.h280 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
/external/opencv3/3rdparty/libpng/
H A Dpngwio.c131 if (png_ptr->output_flush_fn != NULL)
132 (*(png_ptr->output_flush_fn))(png_ptr);
172 * time, output_flush_fn will be ignored, although it must be
181 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
201 if (output_flush_fn != NULL)
202 png_ptr->output_flush_fn = output_flush_fn;
205 png_ptr->output_flush_fn = png_default_flush;
208 png_ptr->output_flush_fn = output_flush_fn;
180 png_set_write_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpngstruct.h165 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def

Completed in 81 milliseconds