Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhb-fc-list.c105 int nfont = 0; in main() local
185 for (j = 0; j < fs->nfont; j++) in main()
215 nfont = fs->nfont; in main()
221 return quiet ? (nfont == 0 ? 1 : 0) : 0; in main()
/external/pdfium/core/fxge/ge/
Dcfx_fontmgr.cpp70 uint32_t nfont = GET_TT_LONG(p); in GetTTCIndex() local
72 for (index = 0; index < nfont; index++) { in GetTTCIndex()
77 if (index >= nfont) in GetTTCIndex()
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp540 int count() override { return fFontSet->nfont; } in count()
543 if (index < 0 || fFontSet->nfont <= index) { in getStyle()
612 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in GetFamilyNames()
784 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { in onMatchFamily()
DSkFontConfigInterface_direct.cpp553 for (int i = 0; i < font_set->nfont; ++i) { in MatchFont()
/external/ImageMagick/MagickCore/
Dtype.c798 for (i=0; i < (ssize_t) font_set->nfont; i++) in LoadFontConfigFonts()