Lines Matching refs:pElt
1139 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 + TextEltHeader + (*c->pElt) * itemSize;
1198 c->pElt = pNextElt;
1202 lgerr = LoadGlyphs(client, c->pGC->font, *c->pElt, itemSize,
1203 c->pElt + TextEltHeader);
1238 len = new_closure->endReq - new_closure->pElt;
1245 memmove(new_closure->data, new_closure->pElt, len);
1246 new_closure->pElt = new_closure->data;
1247 new_closure->endReq = new_closure->pElt + len;
1292 c->xorg += *((INT8 *) (c->pElt + 1)); /* must be signed */
1296 c->yorg, *c->pElt,
1297 (char *) (c->pElt +
1302 c->yorg, *c->pElt,
1304 pElt +
1307 c->pElt = pNextElt;
1323 /* restore pElt pointer for execution of remainder of the request */
1324 c->pElt = c->data;
1352 PolyText(ClientPtr client, DrawablePtr pDraw, GC * pGC, unsigned char *pElt,
1359 .pElt = pElt,