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

  /xsrc/external/mit/xfs/dist/difs/
fonts.c 1116 int numFonts;
1158 &pFontInfo, &numFonts, cPtr->current.private);
1191 &tmpFontInfo, &numFonts, cPtr->current.private);
1202 cPtr->savedNumFonts = numFonts;
1251 numFonts = cPtr->savedNumFonts;
1269 reply->nReplies = numFonts;
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixfonts.c 881 int numFonts;
931 &numFonts, c->current.private);
966 &numFonts, c->current.private);
977 c->savedNumFonts = numFonts;
1034 numFonts = c->savedNumFonts;
1056 reply->nReplies = numFonts;
  /xsrc/external/mit/xorg-server/dist/dix/
dixfonts.c 853 int numFonts;
894 &numFonts, c->current.private);
924 &numFonts, c->current.private);
933 c->savedNumFonts = numFonts;
986 numFonts = c->savedNumFonts;
1008 reply->nReplies = numFonts;
  /xsrc/external/mit/xfontsel/dist/
xfontsel.c 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) {
    [all...]

Completed in 14 milliseconds