|
MagickCore
6.7.5
|
#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 *restrict string, char **restrict sentinal) |
| static double | StringToDoubleInterval (const char *string, const double interval) |
| static int | StringToInteger (const char *restrict value) |
| static long | StringToLong (const char *restrict value) |
| static unsigned long | StringToUnsignedLong (const char *restrict value) |
| static double SiPrefixToDoubleInterval | ( | const char * | string, |
| const double | interval | ||
| ) | [inline, static] |
Definition at line 27 of file string-private.h.
References InterpretSiPrefixValue().
Referenced by StringToSizeType().
| static double StringToDouble | ( | const char *restrict | string, |
| char **restrict | sentinal | ||
| ) | [inline, static] |
Definition at line 42 of file string-private.h.
References InterpretLocaleValue().
Referenced by RGBTransformImage(), TransformRGBImage(), DistortImage(), IsPoint(), DrawImage(), GetDrawInfo(), TracePath(), ColorDecisionListImage(), FxChannelStatistics(), FxGetSymbol(), GetGeometry(), IsSceneGeometry(), ParseAffineGeometry(), ParseGeometry(), ParseKernelArray(), GetQuantumInfo(), AcquireResizeFilter(), OrderedPosterizeImage(), and GetMagickToken().
| static double StringToDoubleInterval | ( | const char * | string, |
| const double | interval | ||
| ) | [inline, static] |
Definition at line 48 of file string-private.h.
References InterpretLocaleValue().
Referenced by SyncImageSettings(), and SetImageProperty().
| static int StringToInteger | ( | const char *restrict | value | ) | [inline, static] |
Definition at line 63 of file string-private.h.
Referenced by GetImagePixelCache(), and SetMagickPrecision().
| static long StringToLong | ( | const char *restrict | value | ) | [inline, static] |
Definition at line 68 of file string-private.h.
Referenced by OpenBlob(), ReadImage(), DrawImage(), TracePath(), LoadMagicList(), Get8BIMProperty(), AcquireResizeFilter(), DeskewImage(), GetThresholdMapFile(), AddPathToXMLTree(), and GetXMLTreePath().
| static unsigned long StringToUnsignedLong | ( | const char *restrict | value | ) | [inline, static] |
Definition at line 73 of file string-private.h.
Referenced by DrawImage(), IdentifyImage(), SetImageInfo(), SyncImageSettings(), LoadLogList(), SetImageProperty(), GetThresholdMapFile(), and LoadTypeList().