Home
last modified time | relevance | path

Searched refs:CLIListOperatorImages (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickWand/
Doperation-private.h27 CLIListOperatorImages(MagickCLI *, const char *,const char *,const char *);
Doperation.c3810 WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, in CLIListOperatorImages() function
3889 (void) CLIListOperatorImages(cli_wand,"-evaluate-sequence","Mean", in CLIListOperatorImages()
4138 (void) CLIListOperatorImages(cli_wand,"-layers","CompareAny",NULL); in CLIListOperatorImages()
4204 (void) CLIListOperatorImages(cli_wand,"-layers",option+1,NULL); in CLIListOperatorImages()
4477 (void) CLIListOperatorImages(cli_wand,"-layers",option+1,NULL); in CLIListOperatorImages()
5385 (void) CLIListOperatorImages(cli_wand, option, arg1, arg2); in CLIOption()