Searched refs:pElt (Results 1 – 2 of 2) sorted by relevance
1139 while (c->endReq - c->pElt > TextEltHeader) { in doPolyText()1140 if (*c->pElt == FontChange) { in doPolyText()1143 if (c->endReq - c->pElt < FontShiftSize) { in doPolyText()1150 fid = ((Font) *(c->pElt + 4)) /* big-endian */ in doPolyText()1151 |((Font) *(c->pElt + 3)) << 8 in doPolyText()1152 | ((Font) *(c->pElt + 2)) << 16 | ((Font) *(c->pElt + 1)) << 24; in doPolyText()1165 c->endReq = c->pElt; in doPolyText()1186 c->pElt += FontShiftSize; in doPolyText()1192 pNextElt = c->pElt + TextEltHeader + (*c->pElt) * itemSize; in doPolyText()1198 c->pElt = pNextElt; in doPolyText()[all …]
103 unsigned char *pElt; member