Searched refs:allFonts (Results 1 – 1 of 1) sorted by relevance
538 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local539 if (NULL == allFonts) { in GetFamilyNames()543 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in GetFamilyNames()544 FcPattern* current = allFonts->fonts[fontIndex]; in GetFamilyNames()711 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() local712 if (NULL == allFonts) { in onMatchFamily()716 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()717 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()