Searched refs:png_IEND (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/tools/ |
D | pngfix.c | 107 #define png_IEND PNG_U32( 73, 69, 78, 68) macro 3000 if (type == png_IEND) in sync_stream() 3118 if (type != png_IEND) /* do not read beyond IEND */ in read_chunk()
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 101 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
/external/libpng/ |
D | pngpread.c | 261 else if (chunk_name == png_IEND) in png_push_read_chunk()
|
D | pngpriv.h | 753 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
D | pngread.c | 142 else if (chunk_name == png_IEND) in png_read_info() 936 if (chunk_name == png_IEND) in png_read_end()
|
D | pngwutil.c | 1149 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 259 else if (chunk_name == png_IEND) in png_push_read_chunk()
|
D | fx_pngread.c | 137 else if (chunk_name == png_IEND) in png_read_info() 721 else if (chunk_name == png_IEND) in png_read_end()
|
D | pngpriv.h | 706 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
D | fx_pngwutil.c | 1148 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
|