FocalplaneXRes   1522 ext/exif/exif.c 	double          FocalplaneXRes;
FocalplaneXRes   3010 ext/exif/exif.c 				ImageInfo->FocalplaneXRes = exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel);
FocalplaneXRes   3210 ext/exif/exif.c 	if (ImageInfo->FocalplaneXRes != 0) {
FocalplaneXRes   3211 ext/exif/exif.c 		ImageInfo->CCDWidth = (float)(ImageInfo->ExifImageWidth * ImageInfo->FocalplaneUnits / ImageInfo->FocalplaneXRes);