MagickCore  7.0.8
Convert, Edit, Or Compose Bitmap Images
string-private.h File Reference

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 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)
 

Function Documentation

◆ SiPrefixToDoubleInterval()

static double SiPrefixToDoubleInterval ( const char *  string,
const double  interval 
)
inlinestatic

◆ StringToDouble()

◆ StringToDoubleInterval()

static double StringToDoubleInterval ( const char *  string,
const double  interval 
)
inlinestatic

◆ StringToInteger()

static int StringToInteger ( const char *magick_restrict  value)
inlinestatic

◆ StringToLong()

◆ StringToMagickSizeType()

static MagickSizeType StringToMagickSizeType ( const char *  string,
const double  interval 
)
inlinestatic

◆ StringToSizeType()

static size_t StringToSizeType ( const char *  string,
const double  interval 
)
inlinestatic

◆ StringToUnsignedLong()