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

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

Completed in 340 milliseconds