Home
last modified time | relevance | path

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

/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/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.h849 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
Dpngwutil.c1077 png_write_complete_chunk(png_ptr, png_IEND, NULL, 0); in png_write_IEND()
/external/pdfium/third_party/libpng16/
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.h849 #define png_IEND PNG_U32( 73, 69, 78, 68) macro
Dpngwutil.c1077 png_write_complete_chunk(png_ptr, png_IEND, NULL, 0); in png_write_IEND()
/external/libpng/contrib/libtests/
Dpngunknown.c112 #define png_IEND PNG_U32( 73, 69, 78, 68) macro