Searched refs:nfont (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcfs.c | 36 s->nfont = 0; 49 for (i = 0; i < s->nfont; i++) 63 if (s->nfont == s->sfont) 75 s->fonts[s->nfont++] = font; 86 if (!FcSerializeAlloc (serialize, s->fonts, s->nfont * sizeof (FcPattern *))) 88 for (i = 0; i < s->nfont; i++) 108 s_serialize->sfont = s_serialize->nfont; 116 for (i = 0; i < s->nfont; i++) 137 for (i = 0; i < set->nfont; i++)
|
| H A D | fcdir.c | 72 int old_nfont = set->nfont; 87 for (i = old_nfont; i < set->nfont; i++)
|
| H A D | fcdbg.c | 558 printf ("FontSet %d of %d\n", s->nfont, s->sfont); 559 for (i = 0; i < s->nfont; i++)
|
| H A D | fcmatch.c | 899 for (f = 0; f < s->nfont; f++) 1253 nnodes += s->nfont; 1281 for (f = 0; f < s->nfont; f++) 1379 if (ret->nfont > 0)
|
| H A D | fccache.c | 919 if (fs->nfont > (end - (char *) fs) / sizeof (FcPattern)) 925 for (i = 0; i < fs->nfont; i++) 1737 for (i = 0; i < old->nfont; i++) 1766 return FcCacheSet(c)->nfont;
|
| H A D | fclist.c | 518 for (f = 0; f < s->nfont; f++)
|
| H A D | fccfg.c | 421 for (i = 0; i < fs->nfont; i++) 2971 for (i = 0; i < patterns->nfont; i++)
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-bz106618.c | 35 for (i = 0; i < fs->nfont; i++)
|
| H A D | test-bz106632.c | 218 if (!fs || fs->nfont != 1) 220 printf ("E: Unexpected the number of fonts: %d\n", !fs ? -1 : fs->nfont); 266 if (!fs || fs->nfont != 0) 268 printf ("E: Unexpected the number of fonts: %d\n", !fs ? -1 : fs->nfont); 314 if (!fs || fs->nfont != 1) 316 printf ("E: Unexpected the number of fonts: %d\n", !fs ? -1 : fs->nfont);
|
| H A D | test-conf.c | 486 if (fs->nfont != result_fs->nfont) 489 printf (" actual result: %d\n", fs->nfont); 490 printf (" expected result: %d\n", result_fs->nfont); 494 for (i = 0; i < fs->nfont; i++)
|
| /xsrc/external/mit/fontconfig/dist/fc-list/ |
| H A D | fc-list.c | 116 int nfont = 0; local in function:main 192 for (j = 0; j < fs->nfont; j++) 218 nfont = fs->nfont; 224 return quiet ? (nfont == 0 ? 1 : 0) : 0;
|
| /xsrc/external/mit/fontconfig/dist/fc-match/ |
| H A D | fc-match.c | 199 if (!font_patterns || font_patterns->nfont == 0) 204 for (j = 0; j < font_patterns->nfont; j++) 236 for (j = 0; j < fs->nfont; j++)
|
| /xsrc/external/mit/fontconfig/dist/fc-query/ |
| H A D | fc-query.c | 168 for (i = 0; i < fs->nfont; i++)
|
| /xsrc/external/mit/fontconfig/dist/fc-scan/ |
| H A D | fc-scan.c | 182 for (i = 0; i < fs->nfont; i++)
|
| /xsrc/external/mit/fontconfig/dist/fc-cat/ |
| H A D | fc-cat.c | 234 for (n = 0; n < set->nfont; n++) 246 if (verbose && !set->nfont && !ndir)
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 281 int nfont; member in struct:_FcFontSet
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 4588 || sortedFonts->nfont <= 0) { 4614 for (j = 0; j < sortedFonts->nfont; j++) { 4628 fontData->fs_size = Min(MaxXftCache, fontData->fontset->nfont);
|
Completed in 26 milliseconds