Searched defs:GetDelegateInfo (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddelegate.c1080 delegate_info=GetDelegateInfo(decode,encode,exception);
1153 % GetDelegateInfo() returns any delegates associated with the specified tag.
1155 % The format of the GetDelegateInfo method is:
1157 % const DelegateInfo *GetDelegateInfo(const char *decode,
1171 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode,
1308 p=GetDelegateInfo("*","*",exception);
1406 p=GetDelegateInfo("*","*",exception);
1696 delegate_info=GetDelegateInfo(decode,encode,exception);
1159 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, function
H A Dmethods.h407 #define GetDelegateInfo PrependMagickMethod(GetDelegateInfo) macro

Completed in 345 milliseconds