Searched refs:nFonts (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSFtNames.c95 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 DFontNames.c72 if (rep.nFonts) {
73 flist = Xmallocarray (rep.nFonts, sizeof(char *));
98 for (i = 0; i < rep.nFonts; i++) {
H A DSetFPath.c46 req->nFonts = ndirs;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.c185 nfonts = stuff->nFonts;
200 result = SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);
/xsrc/external/mit/xfs/dist/difs/
H A Dswaprep.c310 pRep->nFonts = lswapl(pRep->nFonts);
H A Dfonts.c1004 .nFonts = nnames
1019 reply.nFonts--;
1027 nnames = reply.nFonts;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c779 reply.nFonts = nnames;
794 reply.nFonts--;
802 nnames = reply.nFonts;
H A Dswapreq.c526 swaps(&stuff->nFonts, n);
H A Dswaprep.c479 swaps(&pRep->nFonts, n);
H A Ddispatch.c3293 nfonts = stuff->nFonts;
3303 return SetFontPath(client, stuff->nFonts, (unsigned char *)&stuff[1]);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c750 .nFonts = nnames,
766 reply.nFonts--;
773 nnames = reply.nFonts;
H A Dswapreq.c488 swaps(&stuff->nFonts);
H A Dswaprep.c431 swaps(&pRep->nFonts);
H A Ddispatch.c3383 nfonts = stuff->nFonts;
3392 return SetFontPath(client, stuff->nFonts, (unsigned char *) &stuff[1]);
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h488 CARD32 nFonts; member in struct:__anond2353fb42508
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h672 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 Dfserve.c2380 for (i = 0; i < rep->nFonts; i++)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c2363 for (i = 0; i < rep->nFonts; i++)

Completed in 37 milliseconds