Searched refs:output_flush_fn (Results 1 - 8 of 8) 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 Dpngrio.c131 png_ptr->output_flush_fn = NULL;
H A Dpngstruct.h327 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
H A Dpng.h1727 * If buffered output is not used, then output_flush_fn can be set to NULL.
1729 * output_flush_fn will be ignored (and thus can be NULL).
1730 * It is probably a mistake to use NULL for output_flush_fn if
1737 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngwio.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 Dfx_pngrio.c114 png_ptr->output_flush_fn = NULL;
H A Dpngstruct.h280 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
H A Dpng.h2036 * If buffered output is not used, then output_flush_fn can be set to NULL.
2038 * output_flush_fn will be ignored (and thus can be NULL).
2039 * It is probably a mistake to use NULL for output_flush_fn if
2046 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));

Completed in 356 milliseconds