Searched refs:nFonts (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFtNames.c | 95 if (rep.nFonts 97 && rep.nFonts <= SIZE_MAX / sizeof(char *) 101 flist = FSmallocarray(rep.nFonts, sizeof(char *)); 117 for (i = 0; i < rep.nFonts; i++) { 128 *actualCount = rep.nFonts;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FontNames.c | 72 if (rep.nFonts) { 73 flist = Xmallocarray (rep.nFonts, sizeof(char *)); 98 for (i = 0; i < rep.nFonts; i++) {
|
| H A D | SetFPath.c | 46 req->nFonts = ndirs;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxfont.c | 185 nfonts = stuff->nFonts; 200 result = SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | swaprep.c | 310 pRep->nFonts = lswapl(pRep->nFonts);
|
| H A D | fonts.c | 1004 .nFonts = nnames 1019 reply.nFonts--; 1027 nnames = reply.nFonts;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 779 reply.nFonts = nnames; 794 reply.nFonts--; 802 nnames = reply.nFonts;
|
| H A D | swapreq.c | 526 swaps(&stuff->nFonts, n);
|
| H A D | swaprep.c | 479 swaps(&pRep->nFonts, n);
|
| H A D | dispatch.c | 3293 nfonts = stuff->nFonts; 3303 return SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 750 .nFonts = nnames, 766 reply.nFonts--; 773 nnames = reply.nFonts;
|
| H A D | swapreq.c | 488 swaps(&stuff->nFonts);
|
| H A D | swaprep.c | 431 swaps(&pRep->nFonts);
|
| H A D | dispatch.c | 3383 nfonts = stuff->nFonts; 3392 return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 488 CARD32 nFonts; member in struct:__anond2353fb42508
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 672 CARD16 nFonts; 1608 CARD16 nFonts; 670 CARD16 nFonts; member in struct:__anone2852e7a1f08 1604 CARD16 nFonts; member in struct:__anone2852e7a7508
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 2380 for (i = 0; i < rep->nFonts; i++)
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fserve.c | 2363 for (i = 0; i < rep->nFonts; i++)
|
Completed in 37 milliseconds