Searched refs:png_write_eXIf (Results 1 – 4 of 4) sorted by relevance
/external/libpng/ |
D | pngwrite.c | 242 png_write_eXIf(png_ptr, info_ptr->exif, info_ptr->num_exif); in png_write_info() 443 png_write_eXIf(png_ptr, info_ptr->exif, info_ptr->num_exif); in png_write_end()
|
D | pngpriv.h | 1147 PNG_INTERNAL_FUNCTION(void,png_write_eXIf,(png_structrp png_ptr,
|
D | pngwutil.c | 1479 png_write_eXIf(png_structrp png_ptr, png_bytep exif, int num_exif) in png_write_eXIf() function
|
D | CHANGES | 5916 Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf() in 5917 pngwrite.c, and made various other fixes to png_write_eXIf().
|