Searched refs:nCharInfos (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xf86bigfont.c | 353 int nCharInfos; local in function:ProcXF86BigfontQueryFont 384 nCharInfos = 397 if (nCharInfos > 0) { 407 pDesc = shmalloc(nCharInfos * sizeof(xCharInfo) 414 pCI = malloc(nCharInfos * sizeof(xCharInfo)); 420 /* Fill nCharInfos starting at pCI. */ 427 row <= pFont->info.lastRow && ninfos < nCharInfos; 443 for (i = 0; i < count && ninfos < nCharInfos; i++) { 451 *(CARD32 *)(pCI + nCharInfos) = signature; 463 nCharInfos < [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xf86bigfont.c | 329 int nCharInfos; local in function:ProcXF86BigfontQueryFont 363 nCharInfos = 376 if (nCharInfos > 0) { 387 pDesc = shmalloc(nCharInfos * sizeof(xCharInfo) 395 pCI = xallocarray(nCharInfos, sizeof(xCharInfo)); 401 /* Fill nCharInfos starting at pCI. */ 409 row <= pFont->info.lastRow && ninfos < nCharInfos; row++) { 424 for (i = 0; i < count && ninfos < nCharInfos; i++) { 432 *(CARD32 *) (pCI + nCharInfos) = signature; 444 nCharInfos < [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Font.c | 267 if (reply.nCharInfos > 0){ 268 /* nCharInfos is a CARD32 */ 269 if (reply.nCharInfos < (INT_MAX / sizeof(XCharStruct))) { 270 nbytes = reply.nCharInfos * SIZEOF(xCharInfo); 272 fs->per_char = Xmallocarray (reply.nCharInfos, 512 reply.nCharInfos > ((ULONG_MAX / 2) / sizeof(CARD16))) { 519 if (reply.nCharInfos > 0) { 520 /* fprintf(stderr, "received font metrics, nCharInfos = %d, nUniqCharInfos = %d, shmid = %d\n", reply.nCharInfos, reply.nUniqCharInfos, reply.shmid); */ 527 + (reply.nCharInfos [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86bigfproto.h | 77 CARD32 nCharInfos; member in struct:__anonde9bc7850208 82 /* and if nCharInfos > 0 && shmid == -1, 84 and then by nCharInfos CARD16 indices (each >= 0, < nUniqCharInfos) 85 and then, if nCharInfos is odd, one more CARD16 for padding. */
|
| H A D | lbxproto.h | 441 CARD32 nCharInfos; /* followed by this many xLbxCharInfo structures */ member in struct:__anoncbe98d270e08
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swaprep.c | 414 swapl(&pr->nCharInfos, n); 428 nchars = pr->nCharInfos;
|
| H A D | dixfonts.c | 534 pReply->nCharInfos = nProtoCCIStructs;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 372 swapl(&pr->nCharInfos); 385 nchars = pr->nCharInfos;
|
| H A D | dixfonts.c | 522 pReply->nCharInfos = nProtoCCIStructs;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 641 CARD32 length; /* definitely > 0, even if "nCharInfos" is 0 */ 653 CARD32 nCharInfos; /* followed by this many xCharInfo structures */ 651 CARD32 nCharInfos; /* followed by this many xCharInfo structures */ member in struct:_xQueryFontReply
|
Completed in 23 milliseconds