HomeSort by relevance Sort by last modified time
    Searched refs:output_flush_fn (Results 1 - 6 of 6) sorted by null

  /external/libpng/
pngwio.c 137 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;
    [all...]
pngrio.c 192 png_ptr->output_flush_fn = NULL;
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwio.c 126 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;
    [all...]
pngrio.c 164 png_ptr->output_flush_fn = NULL;
png.h 1217 png_flush_ptr output_flush_fn;\/* Function for flushing output *\/ member in struct:png_struct_def
    [all...]

Completed in 170 milliseconds