Searched refs:png_flush (Results 1 - 16 of 16) sorted by relevance

/external/libpng/contrib/visupng/
H A DPngFile.h28 static void png_flush(png_structp png_ptr);
H A DPngFile.c338 png_set_write_fn(png_ptr, (png_voidp)pfFile, png_write_data, png_flush);
438 png_flush(png_structp png_ptr) function
/external/libpng/
H A Dpngwio.c66 * to disk). After png_flush is called, there should be no data pending
71 png_flush(png_structrp png_ptr) function
H A Dpngwrite.c454 png_flush(png_ptr);
922 png_flush(png_ptr);
H A Dpngpriv.h1059 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
/external/pdfium/third_party/libpng16/
H A Dpngwio.c66 * to disk). After png_flush is called, there should be no data pending
71 png_flush(png_structrp png_ptr) function
H A Dpngwrite.c454 png_flush(png_ptr);
922 png_flush(png_ptr);
H A Dpngpriv.h1030 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
/external/skia/third_party/libpng/
H A Dpngwio.c66 * to disk). After png_flush is called, there should be no data pending
71 png_flush(png_structrp png_ptr) function
H A Dpngprefix.h45 #define png_flush skia_png_flush macro
H A Dpngwrite.c454 png_flush(png_ptr);
922 png_flush(png_ptr);
H A Dpngpriv.h1030 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
/external/syslinux/com32/lib/libpng/
H A Dpngwio.c130 * to disk). After png_flush is called, there should be no data pending
135 png_flush(png_structp png_ptr) function
H A DCHANGES857 Added png_flush() in pngwrite.c, after png_write_IEND().
885 Removed the png_flush() in pngwrite.c that crashes some applications
2176 Restored png_flush(png_ptr) at the end of png_write_end(), that was
2235 Added PNG_WRITE_FLUSH_SUPPORTED block around new png_flush() call.
2239 new png_flush().
H A Dpngwrite.c423 png_flush(png_ptr);
1033 png_flush(png_ptr);
/external/syslinux/com32/include/
H A Dpng.h3219 PNG_EXTERN void png_flush PNGARG((png_structp png_ptr)) PNG_PRIVATE;

Completed in 338 milliseconds