Searched refs:GetDelegateInfo (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | delegate.h | 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
|
D | delegate.c | 1132 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1221 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, in GetDelegateInfo() function 1357 p=GetDelegateInfo("*","*",exception); in GetDelegateInfoList() 1454 p=GetDelegateInfo("*","*",exception); in GetDelegateList() 1740 delegate_info=GetDelegateInfo(decode,encode,exception); in InvokeDelegate()
|
D | constitute.c | 543 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 569 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 1163 delegate_info=GetDelegateInfo(image->magick,write_info->magick,exception); in WriteImage() 1223 delegate_info=GetDelegateInfo((char *) NULL,write_info->magick,exception); in WriteImage()
|
D | methods.h | 403 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo) macro
|
D | image.c | 2898 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2900 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo()
|
/external/ImageMagick/coders/ |
D | pcl.c | 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()
|
D | xps.c | 261 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception); in ReadXPSImage()
|
D | ps.c | 718 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPSImage() 721 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPSImage() 723 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPSImage()
|
D | pdf.c | 561 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPDFImage() 564 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPDFImage() 566 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPDFImage()
|
D | svg.c | 302 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in RenderSVGImage() 4077 delegate_info=GetDelegateInfo((char *) NULL,"TRACE",exception); in TraceSVGImage()
|