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.c7740 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7755 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7775 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7796 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7813 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7832 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7851 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7883 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7942 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8060 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
[all …]
Doperation.c5189 (void) SyncImagesSettings(cli_wand->wand.image_info,cli_wand->wand.images, in CLIOption()
/external/ImageMagick/MagickCore/
Dimage.h543 SyncImagesSettings(ImageInfo *,Image *,ExceptionInfo *);
Dmethods.h1172 #define SyncImagesSettings PrependMagickMethod(SyncImagesSettings) macro
Dimage.c3626 MagickExport MagickBooleanType SyncImagesSettings(ImageInfo *image_info, in SyncImagesSettings() function