Lines Matching refs:MagickCLI
73 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()
273 WandExport MagickBooleanType CLILogEvent(MagickCLI *cli_wand, in CLILogEvent()
320 WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, in CLIThrowException()