Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcolor.h89 **GetColorInfoList(const char *,size_t *,ExceptionInfo *);
Dcolor.c1282 MagickExport const ColorInfo **GetColorInfoList(const char *pattern, in GetColorInfoList() function
1893 color_info=GetColorInfoList("*",&number_colors,exception); in ListColorInfo()
Dmethods.h386 #define GetColorInfoList PrependMagickMethod(GetColorInfoList) macro
/external/ImageMagick/PerlMagick/
DMagick.xs12657 colorlist=GetColorInfoList("*",&colors,exception); in QueryColor()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in12774 colorlist=GetColorInfoList("*",&colors,exception);