HomeSort by relevance Sort by last modified time
    Searched refs:GetDelegateInfo (Results 1 - 9 of 9) sorted by null

  /external/ImageMagick/MagickCore/
delegate.h 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
constitute.c 487 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
510 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
    [all...]
delegate.c     [all...]
methods.h 407 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo)
    [all...]
image.c     [all...]
  /external/ImageMagick/coders/
xps.c 271 delegate_info=GetDelegateInfo("xps:mono",(char *) NULL,exception);
274 delegate_info=GetDelegateInfo("xps:cmyk",(char *) NULL,exception);
276 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception);
pcl.c 319 delegate_info=GetDelegateInfo("pcl:mono",(char *) NULL,exception);
322 delegate_info=GetDelegateInfo("pcl:cmyk",(char *) NULL,exception);
324 delegate_info=GetDelegateInfo("pcl:color",(char *) NULL,exception);
ps.c 858 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception);
861 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);
863 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception);
    [all...]
pdf.c 700 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception);
703 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);
705 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception);
    [all...]

Completed in 309 milliseconds