Searched refs:png_IEND (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro 3006 if (type == png_IEND) in sync_stream() 3124 if (type != png_IEND) /* do not read beyond IEND */ in read_chunk()
|
/third_party/skia/third_party/externals/libpng/ |
D | pngpread.c | 236 else if (chunk_name == png_IEND) in png_push_read_chunk()
|
D | pngread.c | 141 else if (chunk_name == png_IEND) in png_read_info() 800 if (chunk_name == png_IEND) in png_read_end()
|
D | pngpriv.h | 849 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
D | pngwutil.c | 1077 png_write_complete_chunk(png_ptr, png_IEND, NULL, 0); in png_write_IEND()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|