Home
last modified time | relevance | path

Searched refs:GetDelegateInfo (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Ddelegate.h60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
Ddelegate.c1132 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()
Dconstitute.c543 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()
Dmethods.h403 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo) macro
Dimage.c2898 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo()
2900 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo()
/external/ImageMagick/coders/
Dpcl.c315 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()
Dxps.c261 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception); in ReadXPSImage()
Dps.c718 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()
Dpdf.c561 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()
Dsvg.c302 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in RenderSVGImage()
4077 delegate_info=GetDelegateInfo((char *) NULL,"TRACE",exception); in TraceSVGImage()