Searched refs:delegate_info (Results 1 - 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddelegate.c267 static void *DestroyDelegate(void *delegate_info)
272 p=(DelegateInfo *) delegate_info;
1068 *delegate_info;
1080 delegate_info=GetDelegateInfo(decode,encode,exception);
1081 if (delegate_info == (const DelegateInfo *) NULL)
1087 commands=StringToList(delegate_info->commands);
1125 % const char *GetDelegateCommands(const DelegateInfo *delegate_info)
1129 % o delegate_info: The delegate info.
1132 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info)
1136 assert(delegate_info !
259 DestroyDelegate(void *delegate_info) argument
1058 *delegate_info; local
1121 GetDelegateCommands(const DelegateInfo *delegate_info) argument
1441 GetDelegateMode(const DelegateInfo *delegate_info) argument
1474 GetDelegateThreadSupport( const DelegateInfo *delegate_info) argument
1634 *delegate_info; local
1893 **delegate_info; local
2004 *delegate_info; local
[all...]
H A Dconstitute.c374 *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);
976 *delegate_info;
369 *delegate_info; local
968 *delegate_info; local
[all...]
H A Dimage.c2717 *delegate_info;
2724 delegate_info=GetDelegateInfo(magic,"*",sans_exception);
2725 if (delegate_info == (const DelegateInfo *) NULL)
2726 delegate_info=GetDelegateInfo("*",magic,sans_exception);
2728 (delegate_info != (const DelegateInfo *) NULL)) &&
2684 *delegate_info; local
/external/ImageMagick/coders/
H A Dxps.c118 *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
H A Dpcl.c166 *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
H A Dps.c437 *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
H A Dpdf.c405 *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

Completed in 267 milliseconds