Lines Matching refs:FormatLocaleFile
600 (void) FormatLocaleFile(file,"Version: %s\n", in ListMagickVersion()
602 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); in ListMagickVersion()
603 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); in ListMagickVersion()
605 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); in ListMagickVersion()
607 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); in ListMagickVersion()
608 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", in ListMagickVersion()
612 (void) FormatLocaleFile(file,"Wizard attributes: "); in ListMagickVersion()
613 (void) FormatLocaleFile(file,"QuantumRange=%g; ",(double) QuantumRange); in ListMagickVersion()
614 (void) FormatLocaleFile(file,"QuantumScale=%.*g; ",GetMagickPrecision(), in ListMagickVersion()
616 (void) FormatLocaleFile(file,"MagickEpsilon=%.*g; ",GetMagickPrecision(), in ListMagickVersion()
618 (void) FormatLocaleFile(file,"MaxMap=%g; ",(double) MaxMap); in ListMagickVersion()
619 (void) FormatLocaleFile(file,"MagickPathExtent=%g; ", in ListMagickVersion()
621 (void) FormatLocaleFile(file,"sizeof(Quantum)=%g; ",(double) in ListMagickVersion()
623 (void) FormatLocaleFile(file,"sizeof(MagickSizeType)=%g; ",(double) in ListMagickVersion()
625 (void) FormatLocaleFile(file,"sizeof(MagickOffsetType)=%g",(double) in ListMagickVersion()