Searched refs:endReq (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | closestr.h | 104 unsigned char *endReq; member in struct:_PTclosure
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | closestr.h | 105 unsigned char *endReq; member in struct:_PTclosure
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 1199 while (c->endReq - c->pElt > TextEltHeader) 1204 if (c->endReq - c->pElt < FontShiftSize) 1229 c->endReq = c->pElt; 1257 if ( pNextElt > c->endReq) 1306 len = new_closure->endReq - new_closure->pElt; 1316 new_closure->endReq = new_closure->pElt + len; 1422 unsigned char *endReq, int xorg, int yorg, int reqType, XID did) 1427 local_closure.endReq = endReq; 1421 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 1139 while (c->endReq - c->pElt > TextEltHeader) { 1143 if (c->endReq - c->pElt < FontShiftSize) { 1165 c->endReq = c->pElt; 1193 if (pNextElt > c->endReq) { 1238 len = new_closure->endReq - new_closure->pElt; 1247 new_closure->endReq = new_closure->pElt + len; 1353 unsigned char *endReq, int xorg, int yorg, int reqType, XID did) 1360 .endReq = endReq, 1352 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
|
Completed in 31 milliseconds