Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Dmagick-cli.c389 if ( (cli_wand->process_flags & ProcessImplictWrite) != 0 ) in ProcessCommandOptions()
394 if ( (cli_wand->process_flags & ProcessOneOptionOnly) != 0 && i != index ) in ProcessCommandOptions()
418 if ( (cli_wand->process_flags & ProcessImplictRead) != 0 ) { in ProcessCommandOptions()
430 ((cli_wand->process_flags & ProcessScriptOption) != 0) && in ProcessCommandOptions()
467 if ( (cli_wand->process_flags & ProcessExitOption) != 0 in ProcessCommandOptions()
489 if ( (cli_wand->process_flags & ProcessImplictWrite) == 0 ) in ProcessCommandOptions()
716 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.c445 #define _process_flags (cli_wand->process_flags) in CLISettingOptionInfo()
1671 #define _process_flags (cli_wand->process_flags) in CLISimpleOperatorImage()
3695 #define _process_flags (cli_wand->process_flags) in CLIListOperatorImages()
4606 #define _process_flags (cli_wand->process_flags) in CLINoImageOperator()