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

/external/chromium_org/third_party/libpng/
H A Dpngwio.c137 if (png_ptr->output_flush_fn != NULL)
138 (*(png_ptr->output_flush_fn))(png_ptr);
180 * time, output_flush_fn will be ignored, although it must be
189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
208 if (output_flush_fn != NULL)
209 png_ptr->output_flush_fn = output_flush_fn;
212 png_ptr->output_flush_fn = png_default_flush;
214 png_ptr->output_flush_fn = output_flush_fn;
188 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...]
/external/libpng/
H A Dpngwio.c137 if (png_ptr->output_flush_fn != NULL)
138 (*(png_ptr->output_flush_fn))(png_ptr);
180 * time, output_flush_fn will be ignored, although it must be
189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
208 if (output_flush_fn != NULL)
209 png_ptr->output_flush_fn = output_flush_fn;
212 png_ptr->output_flush_fn = png_default_flush;
214 png_ptr->output_flush_fn = output_flush_fn;
188 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...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwio.c126 if (png_ptr->output_flush_fn != NULL)
127 (*(png_ptr->output_flush_fn))(png_ptr);
167 time, output_flush_fn will be ignored, although it must be
171 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
187 if (output_flush_fn != NULL)
188 png_ptr->output_flush_fn = output_flush_fn;
190 png_ptr->output_flush_fn = png_default_flush;
192 png_ptr->output_flush_fn = output_flush_fn;
170 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 Dpng.h1217 png_flush_ptr output_flush_fn;/* Function for flushing output */ member in struct:png_struct_def
1911 * If buffered output is not used, then output_flush_fn can be set to NULL.
1913 * output_flush_fn will be ignored (and thus can be NULL).
1916 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));

Completed in 63 milliseconds