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.c7775 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7790 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7810 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7831 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7848 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7870 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7889 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
7923 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8120 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
8176 (void) SyncImagesSettings(mogrify_info,*images,exception); in MogrifyImageList()
[all …]
Doperation.c5291 (void) SyncImagesSettings(cli_wand->wand.image_info,cli_wand->wand.images, in CLIOption()
/external/ImageMagick/MagickCore/
Dimage.h561 SyncImagesSettings(ImageInfo *,Image *,ExceptionInfo *);
Dmethods.h1138 #define SyncImagesSettings PrependMagickMethod(SyncImagesSettings) macro
Dimage.c3991 MagickExport MagickBooleanType SyncImagesSettings(ImageInfo *image_info, in SyncImagesSettings() function