Home
last modified time | relevance | path

Searched refs:InterpretLocaleValue (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dstring-private.h46 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
97 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
Dlocale_.h52 InterpretLocaleValue(const char *magick_restrict,char **magick_restrict);
Dlocale.c1003 MagickExport double InterpretLocaleValue(const char *magick_restrict string, in InterpretLocaleValue() function
Dmethods.h619 #define InterpretLocaleValue PrependMagickMethod(InterpretLocaleValue) macro
Dstring.c1345 value=InterpretLocaleValue(string,&q); in InterpretSiPrefixValue()
Doption.c3096 channel=(ssize_t) InterpretLocaleValue(token,&q); in ParsePixelChannelOption()
/external/ImageMagick/coders/
Djpeg.c1969 table->divisor=InterpretLocaleValue(attribute,(char **) NULL); in GetQuantizationTable()
1999 table->levels[i]=(unsigned int) (InterpretLocaleValue(content,&p)/ in GetQuantizationTable()
2007 value=InterpretLocaleValue(content,&p); in GetQuantizationTable()
/external/ImageMagick/PerlMagick/
DMagick.xs1079 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1090 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1079 return(InterpretLocaleValue(string,sentinal));
1090 value=InterpretLocaleValue(string,&q);