Searched refs:delegate_info (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | delegate.c | 259 static void *DestroyDelegate(void *delegate_info) in DestroyDelegate() argument 264 p=(DelegateInfo *) delegate_info; in DestroyDelegate() 1058 *delegate_info; in GetDelegateCommand() local 1070 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1071 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand() 1077 commands=StringToList(delegate_info->commands); in GetDelegateCommand() 1121 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands() argument 1125 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands() 1126 assert(delegate_info->signature == MagickCoreSignature); in GetDelegateCommands() 1127 return(delegate_info->commands); in GetDelegateCommands() [all …]
|
D | constitute.c | 369 *delegate_info; in ReadImage() local 482 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 483 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 505 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 506 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 528 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 529 LockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 532 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 533 UnlockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 968 *delegate_info; in WriteImage() local [all …]
|
D | image.c | 2684 *delegate_info; in SetImageInfo() local 2691 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2692 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo() 2693 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo() 2695 (delegate_info != (const DelegateInfo *) NULL)) && in SetImageInfo()
|
/external/ImageMagick/coders/ |
D | xps.c | 116 *delegate_info; in ReadXPSImage() local 269 delegate_info=GetDelegateInfo("xps:mono",(char *) NULL,exception); in ReadXPSImage() 272 delegate_info=GetDelegateInfo("xps:cmyk",(char *) NULL,exception); in ReadXPSImage() 274 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception); in ReadXPSImage() 275 if (delegate_info == (const DelegateInfo *) NULL) in ReadXPSImage() 308 GetDelegateCommands(delegate_info), in ReadXPSImage()
|
D | pcl.c | 162 *delegate_info; in ReadPCLImage() local 315 delegate_info=GetDelegateInfo("pcl:mono",(char *) NULL,exception); in ReadPCLImage() 318 delegate_info=GetDelegateInfo("pcl:cmyk",(char *) NULL,exception); in ReadPCLImage() 320 delegate_info=GetDelegateInfo("pcl:color",(char *) NULL,exception); in ReadPCLImage() 321 if (delegate_info == (const DelegateInfo *) NULL) in ReadPCLImage() 354 GetDelegateCommands(delegate_info), in ReadPCLImage()
|
D | ps.c | 432 *delegate_info; in ReadPSImage() local 853 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPSImage() 856 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPSImage() 858 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPSImage() 859 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage() 900 GetDelegateCommands(delegate_info), in ReadPSImage()
|
D | pdf.c | 399 *delegate_info; in ReadPDFImage() local 694 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPDFImage() 697 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPDFImage() 699 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPDFImage() 700 if (delegate_info == (const DelegateInfo *) NULL) in ReadPDFImage() 744 GetDelegateCommands(delegate_info), in ReadPDFImage()
|
D | svg.c | 2848 *delegate_info; in ReadSVGImage() local 2850 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in ReadSVGImage() 2851 if (delegate_info != (const DelegateInfo *) NULL) in ReadSVGImage() 2885 delegate_info),input_filename,output_filename,density,background, in ReadSVGImage()
|