Home
last modified time | relevance | path

Searched refs:StringToArrayOfDoubles (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dstring_.h66 *StringToArrayOfDoubles(const char *,ssize_t *,ExceptionInfo *);
Dmethods.h979 #define StringToArrayOfDoubles PrependMagickMethod(StringToArrayOfDoubles) macro
Dstring.c2217 MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count, in StringToArrayOfDoubles() function
/external/ImageMagick/MagickWand/
Doperation.c2228 args = StringToArrayOfDoubles(arg2,&count,_exception); in CLISimpleOperatorImage()
2389 args = StringToArrayOfDoubles(arg2,&count,_exception); in CLISimpleOperatorImage()
4372 args = StringToArrayOfDoubles(arg1,&count,_exception); in CLIListOperatorImages()