FocalplaneXRes   1528 ext/exif/exif.c 	double          FocalplaneXRes;
FocalplaneXRes   3019 ext/exif/exif.c 				ImageInfo->FocalplaneXRes = exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC);
FocalplaneXRes   3219 ext/exif/exif.c 	if (ImageInfo->FocalplaneXRes != 0) {
FocalplaneXRes   3220 ext/exif/exif.c 		ImageInfo->CCDWidth = (float)(ImageInfo->ExifImageWidth * ImageInfo->FocalplaneUnits / ImageInfo->FocalplaneXRes);