Searched refs:nChars (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/fstobdf/dist/
H A Dchars.c156 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 Dclosestr.h119 BYTE nChars; member in struct:_ITclosure
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dclosestr.h120 BYTE nChars; member in struct:_ITclosure
/xsrc/external/mit/libX11/dist/src/
H A DImText.c87 req->nChars = Unit;
H A DImText16.c88 req->nChars = Unit;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1475 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 Ddispatch.c2289 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 Ddixfonts.c1404 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 Ddispatch.c2383 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 Dlbxproto.h671 CARD8 nChars; member in struct:_LbxImageText
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c2032 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars);
2073 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c2199 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars);
2242 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1769 BYTE nChars;
1765 BYTE nChars; member in struct:__anone2852e7a8308

Completed in 34 milliseconds