Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp607 FcFontSet* allFonts(FcConfigGetFonts(fcconfig, fcNameSet[setIndex])); in GetFamilyNames() local
608 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() local
780 if (nullptr == allFonts) { in onMatchFamily()
784 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()
785 FcPattern* font = allFonts->fonts[fontIndex]; in onMatchFamily()