Home
last modified time | relevance | path

Searched refs:InterpretLocaleValue (Results 1 – 9 of 9) 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);
Dmethods.h613 #define InterpretLocaleValue PrependMagickMethod(InterpretLocaleValue) macro
Dlocale.c1003 MagickExport double InterpretLocaleValue(const char *magick_restrict string, in InterpretLocaleValue() function
Dstring.c1425 value=InterpretLocaleValue(string,&q); in InterpretSiPrefixValue()
Doption.c3089 channel=(ssize_t) InterpretLocaleValue(token,&q); in ParsePixelChannelOption()
/external/ImageMagick/coders/
Djpeg.c1934 table->divisor=InterpretLocaleValue(attribute,(char **) NULL); in GetQuantizationTable()
1964 table->levels[i]=(unsigned int) (InterpretLocaleValue(content,&p)/ in GetQuantizationTable()
1972 value=InterpretLocaleValue(content,&p); in GetQuantizationTable()
/external/ImageMagick/PerlMagick/
DMagick.xs1077 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1088 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1077 return(InterpretLocaleValue(string,sentinal));
1088 value=InterpretLocaleValue(string,&q);