HomeSort by: relevance | last modified time | path
    Searched defs:sfont (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fcfs.c 37 s->sfont = 0;
61 int sfont; local
63 if (s->nfont == s->sfont)
65 sfont = s->sfont + 32;
67 f = (FcPattern **) realloc (s->fonts, sfont * sizeof (FcPattern *));
69 f = (FcPattern **) malloc (sfont * sizeof (FcPattern *));
72 s->sfont = sfont;
108 s_serialize->sfont = s_serialize->nfont
    [all...]
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fontconfig.h 282 int sfont; member in struct:_FcFontSet

Completed in 6 milliseconds