Home
last modified time | relevance | path

Searched refs:MagickCLI (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/MagickWand/
Dwandcli.h26 MagickCLI; typedef
28 extern WandExport MagickCLI
30 *DestroyMagickCLI(MagickCLI *);
33 CLICatchException(MagickCLI *,const MagickBooleanType),
34 CLILogEvent(MagickCLI *,const LogEventType,const char *,const char *,
37 CLIThrowException(MagickCLI *,const char *,const char *,const size_t,
Dwandcli.c73 WandExport MagickCLI *AcquireMagickCLI(ImageInfo *image_info, in AcquireMagickCLI()
76 MagickCLI in AcquireMagickCLI()
88 cli_wand=(MagickCLI *) AcquireMagickMemory(sizeof(*cli_wand)); in AcquireMagickCLI()
89 if (cli_wand == (MagickCLI *) NULL) in AcquireMagickCLI()
155 WandExport MagickCLI *DestroyMagickCLI(MagickCLI *cli_wand) in DestroyMagickCLI()
160 assert(cli_wand != (MagickCLI *) NULL); in DestroyMagickCLI()
195 cli_wand=(MagickCLI *) RelinquishMagickMemory(cli_wand); in DestroyMagickCLI()
196 return((MagickCLI *) NULL); in DestroyMagickCLI()
232 WandExport MagickBooleanType CLICatchException(MagickCLI *cli_wand, in CLICatchException()
238 assert(cli_wand != (MagickCLI *) NULL); in CLICatchException()
[all …]
Doperation-private.h27 CLIListOperatorImages(MagickCLI *, const char *,const char *,const char *);
30 CLISettingOptionInfo(MagickCLI *,const char *,const char *, const char *),
31 CLISimpleOperatorImages(MagickCLI *,const char *,const char *,const char *),
32 CLINoImageOperator(MagickCLI *, const char *,const char *,const char *);
Dmagick-cli.h26 ProcessScriptOptions(MagickCLI *,const char *,int,char **,int);
29 ProcessCommandOptions(MagickCLI *,int,char **,int);
Dmagick-cli.c111 WandExport void ProcessScriptOptions(MagickCLI *cli_wand,const char *filename, in ProcessScriptOptions()
129 assert(cli_wand != (MagickCLI *) NULL); in ProcessScriptOptions()
355 WandExport int ProcessCommandOptions(MagickCLI *cli_wand,int argc,char **argv, in ProcessCommandOptions()
375 assert(cli_wand != (MagickCLI *) NULL); in ProcessCommandOptions()
686 MagickCLI in MagickImageCommand()
Doperation.h26 CLIOption(MagickCLI *,const char *,...);
Doperation.c412 WandPrivate void CLISettingOptionInfo(MagickCLI *cli_wand, in CLISettingOptionInfo()
433 assert(cli_wand != (MagickCLI *) NULL); in CLISettingOptionInfo()
1643 static MagickBooleanType CLISimpleOperatorImage(MagickCLI *cli_wand, in CLISimpleOperatorImage()
1678 assert(cli_wand != (MagickCLI *) NULL); in CLISimpleOperatorImage()
3602 WandPrivate MagickBooleanType CLISimpleOperatorImages(MagickCLI *cli_wand, in CLISimpleOperatorImages()
3611 assert(cli_wand != (MagickCLI *) NULL); in CLISimpleOperatorImages()
3674 WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, in CLIListOperatorImages()
3701 assert(cli_wand != (MagickCLI *) NULL); in CLIListOperatorImages()
4596 WandPrivate void CLINoImageOperator(MagickCLI *cli_wand, in CLINoImageOperator()
4611 assert(cli_wand != (MagickCLI *) NULL); in CLINoImageOperator()
[all …]
DChangeLog5 * A super-struct MagickCLI which includes a MagicWand is used to add the
/external/ImageMagick/api_examples/
Dcli_process.c27 MagickCLI in main()
Dcli_operators.c30 MagickCLI in main()
DREADME23 MagickCLI API...