HomeSort by relevance Sort by last modified time
    Searched defs:nfont (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/util/
hb-fc-list.c 105 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/
cfx_fontmgr.cpp 67 uint32_t nfont = GET_TT_LONG(p); local
69 for (index = 0; index < nfont; index++) {
74 return index < nfont ? index : 0;

Completed in 225 milliseconds