Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtype.c567 size_t *number_fonts,ExceptionInfo *exception) in GetTypeInfoList() argument
583 assert(number_fonts != (size_t *) NULL); in GetTypeInfoList()
584 *number_fonts=0; in GetTypeInfoList()
608 *number_fonts=(size_t) i; in GetTypeInfoList()
659 MagickExport char **GetTypeList(const char *pattern,size_t *number_fonts, in GetTypeList() argument
676 assert(number_fonts != (size_t *) NULL); in GetTypeList()
677 *number_fonts=0; in GetTypeList()
701 *number_fonts=(size_t) i; in GetTypeList()
957 number_fonts; in ListTypeInfo() local
961 number_fonts=0; in ListTypeInfo()
[all …]
Dwidget.c5813 number_fonts; in XFontBrowserWidget() local
5818 checklist=XListFonts(display,glob_pattern,32767,&number_fonts); in XFontBrowserWidget()
5837 if (number_fonts == 1) in XFontBrowserWidget()
5854 fonts=number_fonts; in XFontBrowserWidget()
/external/ImageMagick/MagickWand/
Dmagick-wand.c707 size_t *number_fonts) in MagickQueryFonts() argument
716 fonts=GetTypeList(pattern,number_fonts,exception); in MagickQueryFonts()