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.c433 MagickExport const ConfigureInfo **GetConfigureInfoList(const char *pattern, in GetConfigureInfoList() function
1067 configure_info=GetConfigureInfoList("*",&number_options,exception); in ListConfigureInfo()
Dmethods.h393 #define GetConfigureInfoList PrependMagickMethod(GetConfigureInfoList) macro
/external/ImageMagick/MagickWand/
Dmagick-wand.c412 configure_info=GetConfigureInfoList(option,&number_options,exception); in MagickQueryConfigureOption()