Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Dmagick-cli.c392 if ( (cli_wand->process_flags & ProcessImplictWrite) != 0 ) in ProcessCommandOptions()
397 if ( (cli_wand->process_flags & ProcessOneOptionOnly) != 0 && i != index ) in ProcessCommandOptions()
421 if ( (cli_wand->process_flags & ProcessImplictRead) != 0 ) { in ProcessCommandOptions()
433 ((cli_wand->process_flags & ProcessScriptOption) != 0) && in ProcessCommandOptions()
470 if ( (cli_wand->process_flags & ProcessExitOption) != 0 in ProcessCommandOptions()
492 if ( (cli_wand->process_flags & ProcessImplictWrite) == 0 ) in ProcessCommandOptions()
721 cli_wand->process_flags = ConvertCommandOptionFlags; in MagickImageCommand()
Dwandcli-private.h34 if ( (cli_wand->process_flags & ProcessWarnDeprecated) != 0 ) \
113 process_flags; /* When handling CLI, what options do we process? */ member
Dwandcli.c115 cli_wand->process_flags=MagickCommandOptionFlags; /* assume "magick" CLI */ in AcquireMagickCLI()
Doperation.c446 #define _process_flags (cli_wand->process_flags) in CLISettingOptionInfo()
1674 #define _process_flags (cli_wand->process_flags) in CLISimpleOperatorImage()
3742 #define _process_flags (cli_wand->process_flags) in CLIListOperatorImages()
4658 #define _process_flags (cli_wand->process_flags) in CLINoImageOperator()