Searched refs:exif_convert_any_to_int (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/exif/ |
H A D | exif.c | 1275 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int() function 2960 …ImageInfo->Thumbnail.width = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG() 2965 …ImageInfo->Thumbnail.height = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel… in exif_process_IFD_TAG() 2971 …ImageInfo->Thumbnail.offset = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel… in exif_process_IFD_TAG() 2981 … ImageInfo->Thumbnail.size = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG() 2987 … ImageInfo->Thumbnail.size = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG() 3059 … ImageInfo->ExifImageWidth = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
|
Completed in 28 milliseconds