#include "MagickCore/locale_.h"
Go to the source code of this file.
Functions | |
static double | SiPrefixToDoubleInterval (const char *string, const double interval) |
static double | StringToDouble (const char *magick_restrict string, char **magick_restrict sentinal) |
static char * | StringLocateSubstring (const char *haystack, const char *needle) |
static double | StringToDoubleInterval (const char *string, const double interval) |
static int | StringToInteger (const char *magick_restrict value) |
static long | StringToLong (const char *magick_restrict value) |
static MagickSizeType | StringToMagickSizeType (const char *string, const double interval) |
static size_t | StringToSizeType (const char *string, const double interval) |
static unsigned long | StringToUnsignedLong (const char *magick_restrict value) |
static double SiPrefixToDoubleInterval | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References InterpretSiPrefixValue().
Referenced by StringToMagickSizeType(), and StringToSizeType().
static char* StringLocateSubstring | ( | const char * | haystack, | |
const char * | needle | |||
) | [inline, static] |
Referenced by LoadColorCache().
static double StringToDouble | ( | const char *magick_restrict | string, | |
char **magick_restrict | sentinal | |||
) | [inline, static] |
References InterpretLocaleValue().
Referenced by AcquireResizeFilter(), ColorDecisionListImage(), ComplexImages(), ConnectedComponentsImage(), DistortImage(), FxChannelStatistics(), FxGetSymbol(), GenerateCoefficients(), GetDrawInfo(), GetEdgeBoundingBox(), GetGeometry(), GetMagickTime(), GetNextToken(), GetQuantumInfo(), GetStructuralSimilarityDistortion(), GradientImage(), IsPoint(), IsSceneGeometry(), OrderedDitherImage(), ParseAffineGeometry(), ParseGeometry(), ParseKernelArray(), RenderMVGContent(), SetImageProperty(), sRGBTransformImage(), StringToArrayOfDoubles(), TracePath(), and TransformsRGBImage().
static double StringToDoubleInterval | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References InterpretLocaleValue().
Referenced by ChannelFxImage(), FloydSteinbergDither(), MorphologyImage(), and SyncImageSettings().
static int StringToInteger | ( | const char *magick_restrict | value | ) | [inline, static] |
Referenced by SetMagickPrecision(), SetMagickSecurityPolicyValue(), and ShredFile().
static long StringToLong | ( | const char *magick_restrict | value | ) | [inline, static] |
static MagickSizeType StringToMagickSizeType | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References MagickULLConstant, and SiPrefixToDoubleInterval().
Referenced by ResourceComponentGenesis(), SetMagickResourceLimit(), and SetMagickSecurityPolicyValue().
static size_t StringToSizeType | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References MagickULLConstant, and SiPrefixToDoubleInterval().
Referenced by GetMaxMemoryRequest(), and SetMagickSecurityPolicyValue().
static unsigned long StringToUnsignedLong | ( | const char *magick_restrict | value | ) | [inline, static] |