Home
last modified time | relevance | path

Searched refs:allFonts (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp653 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local
654 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() local
856 if (nullptr == allFonts) { in onMatchFamily()
860 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()
861 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp663 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local
664 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() local
857 if (nullptr == allFonts) { in onMatchFamily()
861 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()
862 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
DRuleTests.java38 public void allFonts() throws IOException { in allFonts() method in RuleTests
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
DRuleTests.java38 public void allFonts() throws IOException { in allFonts() method in RuleTests