Home | History | Annotate | Download | only in util

Lines Matching defs:fs

108     FcFontSet		*fs;
175 fs = FcFontList (0, pat, os);
181 if (!quiet && fs)
185 for (j = 0; j < fs->nfont; j++)
187 hb_font_t *font = hb_fc_font_create (fs->fonts[j]);
194 FcPatternDel (fs->fonts[j], FC_CHARSET);
198 FcPatternPrint (fs->fonts[j]);
204 s = FcPatternFormat (fs->fonts[j], format);
214 if (fs) {
215 nfont = fs->nfont;
216 FcFontSetDestroy (fs);