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

  /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...]
  /xsrc/external/mit/libXfont/dist/src/fontfile/
catalogue.c 390 int *numFonts, pointer private)
404 pFontInfo, numFonts,
410 pFontInfo, numFonts, private);
fontfile.c 1043 int *numFonts, pointer private)
1064 *numFonts = data->names->nnames - data->current;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
catalogue.c 391 int *numFonts, pointer private)
405 pFontInfo, numFonts,
411 pFontInfo, numFonts, private);
fontfile.c 1041 int *numFonts, pointer private)
1062 *numFonts = data->names->nnames - data->current;
  /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/bdftopcf/dist/
fntfil.h 102 int *numFonts, pointer private);
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
fntfil.h 103 int *numFonts, pointer private );
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
fntfil.h 100 int *numFonts, pointer private );
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
fontstruct.h 194 int* 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/libXfont/dist/src/fc/
fserve.c 2692 FontInfoPtr *pFontInfo, int *numFonts,
2724 *numFonts = binfo->remaining;
  /xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c 2653 FontInfoPtr *pFontInfo, int *numFonts,
2685 *numFonts = binfo->remaining;

Completed in 24 milliseconds