Searched refs:InterpretLocaleValue (Results 1 - 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | string-private.h | 45 return(InterpretLocaleValue(string,sentinal)); 57 value=InterpretLocaleValue(string,&q);
|
H A D | locale_.h | 52 InterpretLocaleValue(const char *magick_restrict,char **magick_restrict);
|
H A D | locale.c | 978 % 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 D | string.c | 1405 value=InterpretLocaleValue(string,&q);
|
H A D | option.c | 2787 channel=(ssize_t) InterpretLocaleValue(token,&q);
|
/external/ImageMagick/coders/ |
H A D | jpeg.c | 1832 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 D | Magick.xs | 1076 return(InterpretLocaleValue(string,sentinal)); 1087 value=InterpretLocaleValue(string,&q);
|
/external/ImageMagick/PerlMagick/quantum/ |
H A D | quantum.xs.in | 1076 return(InterpretLocaleValue(string,sentinal)); 1087 value=InterpretLocaleValue(string,&q);
|
Completed in 1068 milliseconds