Searched refs:GetDelegateInfo (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/coders/ |
D | xps.c | 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()
|
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 | ps.c | 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()
|
D | pdf.c | 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()
|
D | svg.c | 2850 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in ReadSVGImage()
|
/external/ImageMagick/MagickCore/ |
D | delegate.h | 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
|
D | delegate.c | 1070 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1159 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, in GetDelegateInfo() function 1295 p=GetDelegateInfo("*","*",exception); in GetDelegateInfoList() 1392 p=GetDelegateInfo("*","*",exception); in GetDelegateList() 1678 delegate_info=GetDelegateInfo(decode,encode,exception); in InvokeDelegate()
|
D | constitute.c | 482 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 505 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 1048 delegate_info=GetDelegateInfo(image->magick,write_info->magick,exception); in WriteImage() 1106 delegate_info=GetDelegateInfo((char *) NULL,write_info->magick,exception); in WriteImage()
|
D | methods.h | 407 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo) macro
|
D | image.c | 2691 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2693 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo()
|