Searched refs:nChars (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | closestr.h | 119 BYTE nChars; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 1404 lgerr = LoadGlyphs(client, c->pGC->font, c->nChars, itemSize, c->data); in doImageText() 1426 data = xallocarray(c->nChars, itemSize); in doImageText() 1433 memmove(data, c->data, c->nChars * itemSize); in doImageText() 1471 c->nChars, (char *) c->data); in doImageText() 1474 c->nChars, (unsigned short *) c->data); in doImageText() 1498 ImageText(ClientPtr client, DrawablePtr pDraw, GC * pGC, int nChars, in ImageText() argument 1506 local_closure.nChars = nChars; in ImageText()
|
| H A D | dispatch.c | 2314 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); in ProcImageText8() 2320 stuff->nChars, in ProcImageText8() 2340 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1); in ProcImageText16() 2346 stuff->nChars, in ProcImageText16()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 2199 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars); in PanoramiXImageText8() 2242 REQUEST_FIXED_SIZE(xImageTextReq, stuff->nChars << 1); in PanoramiXImageText16()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 58670 able to malloc(c->nChars * itemSize), the client can potentially pass
|