Searched refs:qreq (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DImText.c65 xQueryTextExtentsReq *qreq; local in function:XDrawImageString
69 GetReq(QueryTextExtents, qreq);
70 qreq->fid = gc->gid;
71 qreq->length += (510 + 3)>>2;
72 qreq->oddLength = 1;
H A DImText16.c64 xQueryTextExtentsReq *qreq; local in function:XDrawImageString16
70 GetReq(QueryTextExtents, qreq);
71 qreq->fid = gc->gid;
72 qreq->length += (510 + 3)>>2;
73 qreq->oddLength = 1;

Completed in 3 milliseconds