Searched refs:png_IEND (Results 1 – 10 of 10) sorted by relevance
/external/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()
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 235 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() 794 if (chunk_name == png_IEND) in png_read_end()
|
D | pngpriv.h | 767 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
D | pngwutil.c | 1071 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
|
/external/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 | 840 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
D | pngwutil.c | 1078 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|