| /xsrc/external/mit/fstobdf/dist/ |
| H A D | chars.c | 156 unsigned int nChars; local in function:EmitCharacters 165 nChars = 0; 183 nChars++; 188 fprintf(outFile, "CHARS %u\n", nChars);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | closestr.h | 119 BYTE nChars; member in struct:_ITclosure
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | closestr.h | 120 BYTE nChars; member in struct:_ITclosure
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ImText.c | 87 req->nChars = Unit;
|
| H A D | ImText16.c | 88 req->nChars = Unit;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 1475 lgerr = LoadGlyphs(client, c->pGC->font, c->nChars, itemSize, c->data); 1499 data = malloc(c->nChars * itemSize); 1507 memmove(data, c->data, c->nChars * itemSize); 1551 c->nChars, (char *) c->data); 1554 c->nChars, (unsigned short *) c->data); 1580 ImageText(ClientPtr client, DrawablePtr pDraw, GC *pGC, int nChars, argument 1588 local_closure.nChars = nChars;
|
| H A D | dispatch.c | 2289 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); 2295 stuff->nChars, 2319 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1); 2325 stuff->nChars,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 1404 lgerr = LoadGlyphs(client, c->pGC->font, c->nChars, itemSize, c->data); 1426 data = xallocarray(c->nChars, itemSize); 1433 memmove(data, c->data, c->nChars * itemSize); 1471 c->nChars, (char *) c->data); 1474 c->nChars, (unsigned short *) c->data); 1498 ImageText(ClientPtr client, DrawablePtr pDraw, GC * pGC, int nChars, argument 1506 local_closure.nChars = nChars;
|
| H A D | dispatch.c | 2383 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); 2389 stuff->nChars, 2409 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1); 2415 stuff->nChars,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | lbxproto.h | 671 CARD8 nChars; member in struct:_LbxImageText
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 2032 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); 2073 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 2199 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); 2242 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 1769 BYTE nChars; 1765 BYTE nChars; member in struct:__anone2852e7a8308
|