Searched refs:nDashes (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetDashes.c | 46 req->nDashes = n;
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | fontdir.c | 290 int nDashes; local in function:SetupWildMatch 303 nDashes = pat->ndashes; 320 *privatep = nDashes;
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | fontdir.c | 290 int nDashes; local in function:SetupWildMatch 303 nDashes = pat->ndashes; 320 *privatep = nDashes;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swapreq.c | 551 swaps(&stuff->nDashes);
|
| H A D | dispatch.c | 1632 REQUEST_FIXED_SIZE(xSetDashesReq, stuff->nDashes); 1633 if (stuff->nDashes == 0) { 1645 return SetDashes(pGC, stuff->dashOffset, stuff->nDashes,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swapreq.c | 594 swaps(&stuff->nDashes, n);
|
| H A D | dispatch.c | 1528 REQUEST_FIXED_SIZE(xSetDashesReq, stuff->nDashes); 1529 if (stuff->nDashes == 0) 1542 return SetDashes(pGC, stuff->dashOffset, stuff->nDashes,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 1652 CARD16 nDashes; /* length LISTofCARD8 of values following */ 1648 CARD16 nDashes; /* length LISTofCARD8 of values following */ member in struct:__anone2852e7a7a08
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiXprocs.c | 897 REQUEST_FIXED_SIZE(xSetDashesReq, stuff->nDashes);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiXprocs.c | 937 REQUEST_FIXED_SIZE(xSetDashesReq, stuff->nDashes);
|
Completed in 30 milliseconds