Searched refs:png_get_eXIf_1 (Results 1 – 10 of 10) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 254 png_get_eXIf_1 @248
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 132 #define png_get_eXIf_1 PDFIUM_png_get_eXIf_1 macro
|
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,
|
/external/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);
|
/external/ImageMagick/coders/ |
D | png.c | 1971 if (png_get_eXIf_1(ping,info,&size,&data)) in read_eXIf_chunk()
|