Searched refs:php_tiff_bytes_per_format (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/exif/ |
H A D | exif.c | 305 static int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8, 1}; variable 1735 …=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format[format])… in exif_iif_add_value() 2361 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_ifd_make_value() 2462 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_thumbnail_build() 2483 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; in exif_thumbnail_build() 2857 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG() 3609 …ngth = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_ty… in exif_process_IFD_in_TIFF()
|
/PHP-7.0/ext/standard/ |
H A D | image.c | 728 PHPAPI const int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; variable
|
Completed in 40 milliseconds