OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MagickCLI
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/MagickWand/
operation-private.h
27
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 *);
wandcli.h
26
MagickCLI
;
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,
magick-cli.h
26
ProcessScriptOptions(
MagickCLI
*,const char *,int,char **,int);
29
ProcessCommandOptions(
MagickCLI
*,int,char **,int);
operation.h
26
CLIOption(
MagickCLI
*,const char *,...);
wandcli.c
71
%
MagickCLI
*AcquireMagickCLI(ImageInfo *image_info,
75
WandExport
MagickCLI
*AcquireMagickCLI(ImageInfo *image_info,
78
MagickCLI
90
cli_wand=(
MagickCLI
*) AcquireMagickMemory(sizeof(*cli_wand));
91
if (cli_wand == (
MagickCLI
*) NULL)
95
/* Initialize Wand Part of
MagickCLI
114
/* Initialize CLI Part of
MagickCLI
*/
158
WandExport
MagickCLI
*DestroyMagickCLI(
MagickCLI
*cli_wand)
163
assert(cli_wand != (
MagickCLI
*) NULL)
[
all
...]
magick-cli.c
98
% void ProcessScriptOptions(
MagickCLI
*cli_wand,const char *filename,
114
WandExport void ProcessScriptOptions(
MagickCLI
*cli_wand,const char *filename,
132
assert(cli_wand != (
MagickCLI
*) NULL);
338
% int ProcessCommandOptions(
MagickCLI
*cli_wand,int argc,char **argv,
359
WandExport int ProcessCommandOptions(
MagickCLI
*cli_wand,int argc,char **argv,
379
assert(cli_wand != (
MagickCLI
*) NULL);
547
% CLI
MagickCLI
to process the command line or directly specified script.
550
% initialization function MagickCommandGenesis(), and the option
MagickCLI
691
MagickCLI
operation.c
404
% void CLISettingOptionInfo(
MagickCLI
*cli_wand,
417
WandPrivate void CLISettingOptionInfo(
MagickCLI
*cli_wand,
438
assert(cli_wand != (
MagickCLI
*) NULL);
[
all
...]
/external/ImageMagick/api_examples/
cli_process.c
27
MagickCLI
cli_operators.c
4
MagickCLI
type of 'wand'.
30
MagickCLI
Completed in 646 milliseconds