Searched refs:allFonts (Results 1 – 4 of 4) sorted by relevance
653 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local654 if (nullptr == allFonts) { in GetFamilyNames()658 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in GetFamilyNames()659 FcPattern* current = allFonts->fonts[fontIndex]; in GetFamilyNames()855 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() local856 if (nullptr == allFonts) { in onMatchFamily()860 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()861 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()
663 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local664 if (nullptr == allFonts) { in GetFamilyNames()668 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in GetFamilyNames()669 FcPattern* current = allFonts->fonts[fontIndex]; in GetFamilyNames()856 FcFontSet* allFonts(FcConfigGetFonts(fFC, fcNameSet[setIndex])); in onMatchFamily() local857 if (nullptr == allFonts) { in onMatchFamily()861 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()862 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()
38 public void allFonts() throws IOException { in allFonts() method in RuleTests