Lines Matching defs:numFonts
269 static int numFonts;
541 fontNames = XListFonts(dpy, AppRes.pattern, 32767, &numFonts);
543 fonts = (FontValues*)XtMalloc( numFonts*sizeof(FontValues) );
544 fontInSet = (Boolean*)XtMalloc( numFonts*sizeof(Boolean) );
548 for (f = numFonts, b = fontInSet; f; f--, b++)
556 if (numFonts == 0) {
560 count = matchingFontCount = numFonts;
584 parseRec->end = numFonts;
594 for (f = 0; f < numFonts && !IsXLFDFontName(fontNames[f]); f++);
595 if (f != numFonts) {
631 numFonts--;
693 SetParsingFontCount(numFonts - num_fonts);
978 for (j = 0; j < numFonts; j++) {
1006 if (numFonts)
1196 if (numFonts == 0) {
1200 for (f = numFonts, b = fontInSet; f; f--, b++) *b = True;
1240 for (f = numFonts, b = fontInSet; f; f--, b++) {
1299 while (fi < numFonts) {
1308 if (matchingFontCount == 0 || matchingFontCount == numFonts) {
1406 Boolean *font_in_set = (Boolean*)XtMalloc(numFonts*sizeof(Boolean));
1411 for (f = numFonts, b = font_in_set; f; f--, b++) *b = True;
1444 for (f = numFonts, b = font_in_set; f; f--, b++) {
1450 for (b = font_in_set, f = 0; f < numFonts; f++, b++, sp++) {