Searched refs:pElt (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dclosestr.h103 unsigned char *pElt; member in struct:_PTclosure
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dclosestr.h104 unsigned char *pElt; member in struct:_PTclosure
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1199 while (c->endReq - c->pElt > TextEltHeader)
1201 if (*c->pElt == FontChange)
1204 if (c->endReq - c->pElt < FontShiftSize)
1212 fid = ((Font)*(c->pElt+4)) /* big-endian */
1213 | ((Font)*(c->pElt+3)) << 8
1214 | ((Font)*(c->pElt+2)) << 16
1215 | ((Font)*(c->pElt+1)) << 24;
1229 c->endReq = c->pElt;
1251 c->pElt += FontShiftSize;
1256 pNextElt = c->pElt
1421 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c1139 while (c->endReq - c->pElt > TextEltHeader) {
1140 if (*c->pElt == FontChange) {
1143 if (c->endReq - c->pElt < FontShiftSize) {
1150 fid = ((Font) *(c->pElt + 4)) /* big-endian */
1151 |((Font) *(c->pElt + 3)) << 8
1152 | ((Font) *(c->pElt + 2)) << 16 | ((Font) *(c->pElt + 1)) << 24;
1165 c->endReq = c->pElt;
1186 c->pElt += FontShiftSize;
1192 pNextElt = c->pElt
1352 PolyText(ClientPtr client,DrawablePtr pDraw,GC * pGC,unsigned char * pElt,unsigned char * endReq,int xorg,int yorg,int reqType,XID did) argument
[all...]

Completed in 6 milliseconds