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

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxfont.c 173 long nfonts; local
185 nfonts = stuff->nFonts;
187 while (--nfonts >= 0) {
200 result = SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);
  /xsrc/external/mit/xfontsel/dist/
xfontsel.c 709 int *oofonts, *ofonts, *nfonts, *sfonts; local
718 nfonts = (int *)XtMalloc( ncount * sizeof(int) );
720 fval->font = nfonts;
725 *nfonts++ = *sfonts++;
728 *nfonts++ = *sfonts++;
734 *nfonts++ = *ofonts++;
739 *nfonts++ = *ofonts++;
743 *nfonts++ = *sfonts++;
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 3373 long nfonts; local
3383 nfonts = stuff->nFonts;
3384 while (--nfonts >= 0) {
3392 return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 3284 long nfonts; local
3293 nfonts = stuff->nFonts;
3294 while (--nfonts >= 0)
3303 return SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);

Completed in 10 milliseconds