#include <string.h>
#include "magick/locale_.h"
Go to the source code of this file.
Functions | |
static double | SiPrefixToDoubleInterval (const char *string, const double interval) |
static char * | StringLocateSubstring (const char *haystack, const char *needle) |
static double | StringToDouble (const char *magick_restrict string, char **magick_restrict sentinal) |
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 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 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(), AddNoiseImageChannel(), ColorDecisionListImage(), ComplexImages(), ConnectedComponentsImage(), DistortImage(), GenerateCoefficients(), GetDrawInfo(), GetEdgeBoundingBox(), GetGeometry(), GetMagickTime(), GetNextToken(), GetQuantumInfo(), GradientImage(), IsPoint(), IsSceneGeometry(), ParseAffineGeometry(), ParseGeometry(), ParseKernelArray(), RenderMVGContent(), RGBTransformImage(), SetImageProperty(), SimilarityMetricImage(), StringToArrayOfDoubles(), TracePath(), and TransformRGBImage().
static double StringToDoubleInterval | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References InterpretLocaleValue().
Referenced by FloydSteinbergDither(), MorphologyImageChannel(), SetImageProperty(), and SyncImageSettings().
static int StringToInteger | ( | const char *magick_restrict | value | ) | [inline, static] |
Referenced by SetMagickPrecision(), and ShredFile().
static long StringToLong | ( | const char *magick_restrict | value | ) | [inline, static] |
static size_t StringToSizeType | ( | const char * | string, | |
const double | interval | |||
) | [inline, static] |
References MagickULLConstant, and SiPrefixToDoubleInterval().
Referenced by GetMaxMemoryRequest(), ResourceComponentGenesis(), and SetMagickResourceLimit().
static unsigned long StringToUnsignedLong | ( | const char *magick_restrict | value | ) | [inline, static] |