Home
last modified time | relevance | path

Searched refs:GetConfigureInfoList (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dconfigure.h51 **GetConfigureInfoList(const char *,size_t *,ExceptionInfo *);
Dconfigure.c430 MagickExport const ConfigureInfo **GetConfigureInfoList(const char *pattern, in GetConfigureInfoList() function
1062 configure_info=GetConfigureInfoList("*",&number_options,exception); in ListConfigureInfo()
Dmethods.h370 #define GetConfigureInfoList PrependMagickMethod(GetConfigureInfoList) macro
/external/ImageMagick/MagickWand/
Dmagick-wand.c415 configure_info=GetConfigureInfoList(option,&number_options,exception); in MagickQueryConfigureOption()