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

  /external/chromium_org/third_party/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 177 png_ptr->output_flush_fn = NULL;
png.h     [all...]
  /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...]