Searched refs:php_tiff_bytes_per_format (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/exif/ |
| H A D | exif.c | 321 static int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8, 1}; variable 1747 for (idex=0,vptr=value; idex<(size_t)length; idex++,vptr=(char *) vptr + php_tiff_bytes_per_format[format]) { 2376 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; 2477 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; 2498 byte_count = php_tiff_bytes_per_format[info_data->format] * info_data->length; 2840 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; 3571 entry_length = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type];
|
| /PHP_5_5/ext/standard/ |
| H A D | image.c | 731 PHPAPI const int php_tiff_bytes_per_format[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; variable
|
Completed in 13 milliseconds