Home
last modified time | relevance | path

Searched refs:doubley (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dtiff.c826 doubley; in TIFFGetEXIFProperties() local
828 doubley=0.0; in TIFFGetEXIFProperties()
829 if (TIFFGetField(tiff,exif_info[i].tag,&doubley,&sans,&sans) == 1) in TIFFGetEXIFProperties()
830 (void) FormatLocaleString(value,MagickPathExtent,"%g",doubley); in TIFFGetEXIFProperties()