Home
last modified time | relevance | path

Searched refs:png_IEND (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngread.c453 else if (!png_memcmp(chunk_name, png_IEND, 4)) in png_read_info()
1024 else if (!png_memcmp(chunk_name, png_IEND, 4)) in png_read_end()
Dpngpread.c253 else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4)) in png_push_read_chunk()
Dpngwutil.c703 png_write_chunk(png_ptr, (png_bytep)png_IEND, png_bytep_NULL, in png_write_IEND()
/external/libpng/contrib/tools/
Dpngfix.c112 #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/
Dpngpread.c235 else if (chunk_name == png_IEND) in png_push_read_chunk()
Dpngread.c141 else if (chunk_name == png_IEND) in png_read_info()
794 if (chunk_name == png_IEND) in png_read_end()
Dpngpriv.h767 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
Dpngwutil.c1071 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
/external/libpng/
Dpngpread.c236 else if (chunk_name == png_IEND) in png_push_read_chunk()
Dpngread.c141 else if (chunk_name == png_IEND) in png_read_info()
800 if (chunk_name == png_IEND) in png_read_end()
Dpngpriv.h840 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
Dpngwutil.c1078 png_write_complete_chunk(png_ptr, png_IEND, NULL, (png_size_t)0); in png_write_IEND()
/external/libpng/contrib/libtests/
Dpngunknown.c112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
/external/syslinux/com32/include/
Dpng.h3044 #define PNG_IEND png_byte png_IEND[5] = { 73, 69, 78, 68, '\0'}
3067 PNG_EXPORT_VAR (png_byte FARDATA) png_IEND[5];