Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def254 png_get_eXIf_1 @248
/external/pdfium/third_party/libpng16/
Dpngprefix.h132 #define png_get_eXIf_1 PDFIUM_png_get_eXIf_1 macro
Dpngget.c789 png_get_eXIf_1(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_eXIf_1() function
Dpng.h1987 PNG_EXPORT(248, png_uint_32, png_get_eXIf_1, (png_const_structrp png_ptr,
/external/libpng/
Dpngtest.c1209 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()
Dpngget.c789 png_get_eXIf_1(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_eXIf_1() function
Dpng.h1987 PNG_EXPORT(248, png_uint_32, png_get_eXIf_1, (png_const_structrp png_ptr,
DCHANGES5917 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).
Dlibpng-manual.txt1467 png_get_eXIf_1(png_ptr, info_ptr, &num_exif, &exif);
/external/ImageMagick/coders/
Dpng.c1971 if (png_get_eXIf_1(ping,info,&size,&data)) in read_eXIf_chunk()