Searched refs:png_eXIf (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngunknown.c | 117 #define png_eXIf PNG_U32(101, 88, 73, 102) /* registered July 2017 */ macro 214 { "eXIf", PNG_INFO_eXIf, png_eXIf,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A 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()
|
A D | pngpriv.h | 854 #define png_eXIf PNG_U32(101, 88, 73, 102) /* registered July 2017 */ macro
|
A D | pngwutil.c | 1484 png_write_chunk_header(png_ptr, png_eXIf, (png_uint_32)(num_exif)); in png_write_eXIf()
|
Completed in 17 milliseconds