Searched refs:png_get_eXIf_1 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 254 png_get_eXIf_1 @248
|
/third_party/skia/third_party/externals/libpng/ |
D | pngtest.c | 1209 if (png_get_eXIf_1(read_ptr, read_info_ptr, &exif_length, &exif) != 0) in test_one_file() 1567 if (png_get_eXIf_1(read_ptr, end_info_ptr, &exif_length, &exif) != 0) in test_one_file()
|
D | pngget.c | 789 png_get_eXIf_1(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_eXIf_1() function
|
D | png.h | 1987 PNG_EXPORT(248, png_uint_32, png_get_eXIf_1, (png_const_structrp png_ptr,
|
D | CHANGES | 5917 Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1() and 5937 Removed png_get_eXIf_1() and png_set_eXIf_1(). 5946 Restored png_get_eXIf_1() and png_set_eXIf_1(), because strlen(eXIf_buf) 5962 Fix "const" declaration info_ptr argument to png_get_eXIf_1() and the 5963 num_exif argument to png_get_eXIf_1() (Github Issue 171).
|
D | libpng-manual.txt | 1467 png_get_eXIf_1(png_ptr, info_ptr, &num_exif, &exif);
|