Home
last modified time | relevance | path

Searched refs:number_fonts (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dtype.c553 size_t *number_fonts,ExceptionInfo *exception) in GetTypeInfoList() argument
569 assert(number_fonts != (size_t *) NULL); in GetTypeInfoList()
570 *number_fonts=0; in GetTypeInfoList()
594 *number_fonts=(size_t) i; in GetTypeInfoList()
645 MagickExport char **GetTypeList(const char *pattern,size_t *number_fonts, in GetTypeList() argument
662 assert(number_fonts != (size_t *) NULL); in GetTypeList()
663 *number_fonts=0; in GetTypeList()
687 *number_fonts=(size_t) i; in GetTypeList()
954 number_fonts; in ListTypeInfo() local
958 number_fonts=0; in ListTypeInfo()
[all …]
Dwidget.c5820 number_fonts; in XFontBrowserWidget() local
5825 checklist=XListFonts(display,glob_pattern,32767,&number_fonts); in XFontBrowserWidget()
5844 if (number_fonts == 1) in XFontBrowserWidget()
5861 fonts=number_fonts; in XFontBrowserWidget()
/external/ImageMagick/MagickWand/
Dmagick-wand.c704 size_t *number_fonts) in MagickQueryFonts() argument
713 fonts=GetTypeList(pattern,number_fonts,exception); in MagickQueryFonts()