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

  /external/libpng/
pngwio.c 73 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;
    [all...]
pngrio.c 131 png_ptr->output_flush_fn = NULL;
pngstruct.h 327 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
png.h     [all...]
  /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/qemu/distrib/libpng-1.2.46/
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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 165 png_flush_ptr output_flush_fn; /* Function for flushing output */ member in struct:png_struct_def
png.h     [all...]

Completed in 545 milliseconds