Searched refs:TagToCoderModuleName (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/www/api/
H A Dmodule.php55 <p class="text-center"><a href="module.php#AcquireModuleInfo">AcquireModuleInfo</a> &bull; <a href="module.php#DestroyModuleList">DestroyModuleList</a> &bull; <a href="module.php#GetModuleInfo">GetModuleInfo</a> &bull; <a href="module.php#GetModuleInfoList">GetModuleInfoList</a> &bull; <a href="module.php#GetModuleList">GetModuleList</a> &bull; <a href="module.php#GetMagickModulePath">GetMagickModulePath</a> &bull; <a href="module.php#IsModuleTreeInstantiated">IsModuleTreeInstantiated</a> &bull; <a href="module.php#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> &bull; <a href="module.php#ListModuleInfo">ListModuleInfo</a> &bull; <a href="module.php#OpenModule">OpenModule</a> &bull; <a href="module.php#OpenModules">OpenModules</a> &bull; <a href="module.php#RegisterModule">RegisterModule</a> &bull; <a href="module.php#TagToCoderModuleName">TagToCoderModuleName</a> &bull; <a href="module.php#TagToFilterModuleName">TagToFilterModuleName</a> &bull; <a href="module.php#TagToModuleName">TagToModuleName</a> &bull; <a href="module.php#UnregisterModule">UnregisterModule</a></p>
371 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
373 <p>TagToCoderModuleName() munges a module tag and obtains the filename of the corresponding module.</p>
375 <p>The format of the TagToCoderModuleName module is:</p>
378 char *TagToCoderModuleName(const char *tag,char *name)
/external/ImageMagick/MagickCore/
H A Dmodule.c113 TagToCoderModuleName(const char *,char *),
443 TagToCoderModuleName("magick",filename);
1105 TagToCoderModuleName("magick",filename);
1280 TagToCoderModuleName(module_name,filename);
1461 % TagToCoderModuleName() munges a module tag and obtains the filename of the
1464 % The format of the TagToCoderModuleName module is:
1466 % char *TagToCoderModuleName(const char *tag,char *name)
1475 static void TagToCoderModuleName(const char *tag,char *name)
1456 static void TagToCoderModuleName(const char *tag,char *name) function

Completed in 74 milliseconds