Home
last modified time | relevance | path

Searched refs:SyncImagesSettings (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickWand/
Dmogrify-private.h27 (void) SyncImagesSettings(image_info,images,exception); \
43 (void) SyncImagesSettings(image_info,image,exception); \
Dmogrify.c7926 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7941 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7961 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7982 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7999 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8021 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8040 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8074 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8271 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8327 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
[all …]
Doperation.c5352 (void) SyncImagesSettings(cli_wand->wand.image_info,cli_wand->wand.images, in CLIOption()
/external/ImageMagick/MagickCore/
Dimage.h548 SyncImagesSettings(ImageInfo *,Image *,ExceptionInfo *);
Dmethods.h1106 #define SyncImagesSettings PrependMagickMethod(SyncImagesSettings) macro
Dimage.c3991 MagickExport MagickBooleanType SyncImagesSettings(ImageInfo *image_info, in SyncImagesSettings() function