Home | History | Annotate | Download | only in src

Lines Matching defs:sfont

37     s->sfont = 0;
61 int sfont;
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;