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

  /external/ImageMagick/MagickCore/
delegate.h 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
delegate.c     [all...]
constitute.c 532 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
558 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
    [all...]
methods.h 380 #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 792 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception);
795 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);
797 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception);
    [all...]
pdf.c 702 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception);
705 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);
707 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception);
    [all...]
svg.c 308 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception);
    [all...]

Completed in 93 milliseconds