Searched refs:png_flush (Results 1 - 16 of 16) sorted by relevance
/external/libpng/contrib/visupng/ |
H A D | PngFile.h | 28 static void png_flush(png_structp png_ptr);
|
H A D | PngFile.c | 338 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 D | pngwio.c | 66 * to disk). After png_flush is called, there should be no data pending 71 png_flush(png_structrp png_ptr) function
|
H A D | pngwrite.c | 454 png_flush(png_ptr); 922 png_flush(png_ptr);
|
H A D | pngpriv.h | 1059 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
|
/external/pdfium/third_party/libpng16/ |
H A D | pngwio.c | 66 * to disk). After png_flush is called, there should be no data pending 71 png_flush(png_structrp png_ptr) function
|
H A D | pngwrite.c | 454 png_flush(png_ptr); 922 png_flush(png_ptr);
|
H A D | pngpriv.h | 1030 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
|
/external/skia/third_party/libpng/ |
H A D | pngwio.c | 66 * to disk). After png_flush is called, there should be no data pending 71 png_flush(png_structrp png_ptr) function
|
H A D | pngprefix.h | 45 #define png_flush skia_png_flush macro
|
H A D | pngwrite.c | 454 png_flush(png_ptr); 922 png_flush(png_ptr);
|
H A D | pngpriv.h | 1030 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
|
/external/syslinux/com32/lib/libpng/ |
H A D | pngwio.c | 130 * to disk). After png_flush is called, there should be no data pending 135 png_flush(png_structp png_ptr) function
|
H A D | CHANGES | 857 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 D | pngwrite.c | 423 png_flush(png_ptr); 1033 png_flush(png_ptr);
|
/external/syslinux/com32/include/ |
H A D | png.h | 3219 PNG_EXTERN void png_flush PNGARG((png_structp png_ptr)) PNG_PRIVATE;
|
Completed in 338 milliseconds