Home | History | Annotate | Download | only in MagickCore

Lines Matching full:delegate_info

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);
976 *delegate_info;
1056 delegate_info=GetDelegateInfo(image->magick,write_info->magick,exception);
1057 if ((delegate_info != (const DelegateInfo *) NULL) &&
1058 (GetDelegateMode(delegate_info) == 0) &&
1114 delegate_info=GetDelegateInfo((char *) NULL,write_info->magick,exception);
1115 if (delegate_info != (DelegateInfo *) NULL)
1121 if (GetDelegateThreadSupport(delegate_info) == MagickFalse)
1122 LockSemaphoreInfo(delegate_info->semaphore);
1125 if (GetDelegateThreadSupport(delegate_info) == MagickFalse)
1126 UnlockSemaphoreInfo(delegate_info->semaphore);