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

/external/ImageMagick/MagickCore/
H A Dstring-private.h45 return(InterpretLocaleValue(string,sentinal));
57 value=InterpretLocaleValue(string,&q);
H A Dlocale_.h52 InterpretLocaleValue(const char *magick_restrict,char **magick_restrict);
H A Dlocale.c978 % InterpretLocaleValue() interprets the string as a floating point number in function
983 % The format of the InterpretLocaleValue method is:
985 % double InterpretLocaleValue(const char *value,char **sentinal)
996 MagickExport double InterpretLocaleValue(const char *magick_restrict string,
H A Dstring.c1405 value=InterpretLocaleValue(string,&q);
H A Doption.c2787 channel=(ssize_t) InterpretLocaleValue(token,&q);
/external/ImageMagick/coders/
H A Djpeg.c1832 table->divisor=InterpretLocaleValue(attribute,(char **) NULL);
1862 table->levels[i]=(unsigned int) (InterpretLocaleValue(content,&p)/
1870 value=InterpretLocaleValue(content,&p);
/external/ImageMagick/PerlMagick/
H A DMagick.xs1076 return(InterpretLocaleValue(string,sentinal));
1087 value=InterpretLocaleValue(string,&q);
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in1076 return(InterpretLocaleValue(string,sentinal));
1087 value=InterpretLocaleValue(string,&q);

Completed in 1068 milliseconds