Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstring-private.h45 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
57 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
Dlocale_.h52 InterpretLocaleValue(const char *magick_restrict,char **magick_restrict);
Dlocale.c978 MagickExport double InterpretLocaleValue(const char *magick_restrict string, in InterpretLocaleValue() function
Dstring.c1378 value=InterpretLocaleValue(string,&q); in InterpretSiPrefixValue()
Doption.c2769 channel=(ssize_t) InterpretLocaleValue(token,&q); in ParsePixelChannelOption()
/external/ImageMagick/coders/
Djpeg.c1824 table->divisor=InterpretLocaleValue(attribute,(char **) NULL); in GetQuantizationTable()
1854 table->levels[i]=(unsigned int) (InterpretLocaleValue(content,&p)/ in GetQuantizationTable()
1862 value=InterpretLocaleValue(content,&p); in GetQuantizationTable()
/external/ImageMagick/PerlMagick/
DMagick.xs1065 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1076 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1065 return(InterpretLocaleValue(string,sentinal));
1076 value=InterpretLocaleValue(string,&q);