Home
last modified time | relevance | path

Searched refs:GetCoderInfo (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dcoder.c268 MagickExport const CoderInfo *GetCoderInfo(const char *name, in GetCoderInfo() function
338 p=GetCoderInfo("*",exception); in GetCoderInfoList()
423 p=GetCoderInfo("*",exception); in GetCoderList()
Dcoder.h44 *GetCoderInfo(const char *,ExceptionInfo *),
Dstatic.c248 p=GetCoderInfo(module,exception); in RegisterStaticModule()
Dmodule.c1263 p=GetCoderInfo(module,exception); in OpenModule()
Dmethods.h383 #define GetCoderInfo PrependMagickMethod(GetCoderInfo) macro