HomeSort by relevance Sort by last modified time
    Searched full:delegate_info (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
delegate.c 267 static void *DestroyDelegate(void *delegate_info)
272 p=(DelegateInfo *) delegate_info;
1058 *delegate_info; local
1634 *delegate_info; local
1893 **delegate_info; local
2004 *delegate_info; local
    [all...]
constitute.c 374 *delegate_info;
487 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
488 if (delegate_info == (const DelegateInfo *) NULL)
510 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
511 if (delegate_info == (const DelegateInfo *) NULL)
533 if (GetDelegateThreadSupport(delegate_info) == MagickFalse)
534 LockSemaphoreInfo(delegate_info->semaphore);
537 if (GetDelegateThreadSupport(delegate_info) == MagickFalse)
538 UnlockSemaphoreInfo(delegate_info->semaphore);
369 *delegate_info; local
968 *delegate_info; local
    [all...]
image.c 2684 *delegate_info; local
    [all...]
  /external/ImageMagick/coders/
xps.c 118 *delegate_info;
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);
277 if (delegate_info == (const DelegateInfo *) NULL)
310 GetDelegateCommands(delegate_info),
116 *delegate_info; local
pcl.c 166 *delegate_info;
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);
325 if (delegate_info == (const DelegateInfo *) NULL)
358 GetDelegateCommands(delegate_info),
162 *delegate_info; local
pdf.c 405 *delegate_info;
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);
706 if (delegate_info == (const DelegateInfo *) NULL)
750 GetDelegateCommands(delegate_info),
399 *delegate_info; local
    [all...]
ps.c 437 *delegate_info;
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);
864 if (delegate_info == (const DelegateInfo *) NULL)
905 GetDelegateCommands(delegate_info),
432 *delegate_info; local
    [all...]
svg.c 2848 *delegate_info; local
    [all...]

Completed in 554 milliseconds