Searched refs:png_IEND (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A 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()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpread.c | 236 else if (chunk_name == png_IEND) in png_push_read_chunk()
|
A D | pngread.c | 141 else if (chunk_name == png_IEND) in png_read_info() 800 if (chunk_name == png_IEND) in png_read_end()
|
A D | pngpriv.h | 849 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
A D | pngwutil.c | 1077 png_write_complete_chunk(png_ptr, png_IEND, NULL, 0); in png_write_IEND()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngunknown.c | 112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
|
Completed in 24 milliseconds