Home
last modified time | relevance | path

Searched refs:InterpretLocaleValue (Results 1 – 10 of 10) 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.c971 MagickExport double InterpretLocaleValue(const char *magick_restrict string, in InterpretLocaleValue() function
Dmethods.h680 #define InterpretLocaleValue PrependMagickMethod(InterpretLocaleValue) macro
Dstring.c1298 value=InterpretLocaleValue(string,&q); in InterpretSiPrefixValue()
Doption.c3174 channel=(ssize_t) InterpretLocaleValue(token,&q); in ParsePixelChannelOption()
Ddraw.c2321 value=InterpretLocaleValue(string,q); in GetDrawValue()
/external/ImageMagick/coders/
Djpeg.c1903 table->divisor=InterpretLocaleValue(attribute,(char **) NULL); in GetQuantizationTable()
1933 table->levels[i]=(unsigned int) (InterpretLocaleValue(content,&p)/ in GetQuantizationTable()
1941 value=InterpretLocaleValue(content,&p); in GetQuantizationTable()
/external/ImageMagick/PerlMagick/
DMagick.xs1087 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1098 value=InterpretLocaleValue(string,&q); in StringToDoubleInterval()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1087 return(InterpretLocaleValue(string,sentinal));
1098 value=InterpretLocaleValue(string,&q);