Searched refs:png_eXIf (Results 1 – 7 of 7) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 117 #define png_eXIf PNG_U32(101, 88, 73, 102) /* registered July 2017 */ macro 214 { "eXIf", PNG_INFO_eXIf, png_eXIf,
|
/external/pdfium/third_party/libpng16/ |
D | pngread.c | 179 else if (chunk_name == png_eXIf) in png_read_info() 852 else if (chunk_name == png_eXIf) in png_read_end()
|
D | pngpriv.h | 854 #define png_eXIf PNG_U32(101, 88, 73, 102) /* registered July 2017 */ macro
|
D | pngwutil.c | 1484 png_write_chunk_header(png_ptr, png_eXIf, (png_uint_32)(num_exif)); in png_write_eXIf()
|
/external/libpng/ |
D | pngread.c | 179 else if (chunk_name == png_eXIf) in png_read_info() 852 else if (chunk_name == png_eXIf) in png_read_end()
|
D | pngpriv.h | 854 #define png_eXIf PNG_U32(101, 88, 73, 102) /* registered July 2017 */ macro
|
D | pngwutil.c | 1484 png_write_chunk_header(png_ptr, png_eXIf, (png_uint_32)(num_exif)); in png_write_eXIf()
|