Searched refs:allFonts (Results 1 – 1 of 1) sorted by relevance
607 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local608 if (nullptr == allFonts) { in GetFamilyNames()612 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in GetFamilyNames()613 FcPattern* current = allFonts->fonts[fontIndex]; in GetFamilyNames()779 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() local780 if (nullptr == allFonts) { in onMatchFamily()784 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()785 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()