#include <string.h>#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 const 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 const 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(), CloneImages(), ColorDecisionListImage(), ComplexImages(), ConnectedComponentsImage(), DistortImage(), GenerateCoefficients(), GetEdgeBoundingBox(), GetGeometry(), GetMagickTime(), GetNextToken(), GetQuantumInfo(), GetStructuralSimilarityDistortion(), GradientImage(), IsSceneGeometry(), OrderedDitherImage(), ParseAffineGeometry(), ParseGeometry(), ParseKernelArray(), SetImageProperty(), sRGBTransformImage(), StringToArrayOfDoubles(), 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] |
1.6.1