Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dxps.c269 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()
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()
Dps.c853 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()
Dpdf.c694 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()
Dsvg.c2850 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in ReadSVGImage()
/external/ImageMagick/MagickCore/
Ddelegate.h60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
Ddelegate.c1070 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()
Dconstitute.c482 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()
Dmethods.h407 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo) macro
Dimage.c2691 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo()
2693 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo()