Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c113 #define png_IHDR PNG_U32( 73, 72, 68, 82) macro
2880 case png_IHDR: in process_chunk()
3237 if (file->length != 13 || file->type != png_IHDR) in read_callback()
/external/libpng/
Dpngpread.c227 if (chunk_name == png_IHDR) in png_push_read_chunk()
Dpngread.c138 if (chunk_name == png_IHDR) in png_read_info()
803 else if (chunk_name == png_IHDR) in png_read_end()
Dpngpriv.h850 #define png_IHDR PNG_U32( 73, 72, 68, 82) macro
Dpngwutil.c822 png_write_complete_chunk(png_ptr, png_IHDR, buf, 13); in png_write_IHDR()
/external/pdfium/third_party/libpng16/
Dpngpread.c227 if (chunk_name == png_IHDR) in png_push_read_chunk()
Dpngread.c138 if (chunk_name == png_IHDR) in png_read_info()
803 else if (chunk_name == png_IHDR) in png_read_end()
Dpngpriv.h850 #define png_IHDR PNG_U32( 73, 72, 68, 82) macro
Dpngwutil.c822 png_write_complete_chunk(png_ptr, png_IHDR, buf, 13); in png_write_IHDR()
/external/libpng/contrib/libtests/
Dpngunknown.c113 #define png_IHDR PNG_U32( 73, 72, 68, 82) macro