Searched refs:xPolyPointReq (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DDrPoint.c34 #define size (SIZEOF(xPolyPointReq) + PTSPERBATCH * SIZEOF(xPoint))
50 register xPolyPointReq *req = (xPolyPointReq *) dpy->last_req;
71 point = (xPoint *) NEXTPTR(req,xPolyPointReq);
H A DDrPoints.c41 register xPolyPointReq *req;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapproto.h132 void XETSwPoly (xPolyPointReq *data , ClientPtr client );
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c625 REQUEST(xPolyPointReq);
627 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
635 is longer than xPolyPointReq, and we don't want to swap
H A Ddispatch.c1855 REQUEST(xPolyPointReq);
1857 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
1864 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c674 REQUEST(xPolyPointReq);
676 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
684 is longer than xPolyPointReq, and we don't want to swap
H A Ddispatch.c1712 REQUEST(xPolyPointReq);
1714 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
1722 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq));
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1260 REQUEST(xPolyPointReq);
1262 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
1278 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq));
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1378 REQUEST(xPolyPointReq);
1380 REQUEST_AT_LEAST_SIZE(xPolyPointReq);
1396 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1699 } xPolyPointReq;
1701 typedef xPolyPointReq xPolyLineReq; /* same request structure */
1695 } xPolyPointReq; typedef in typeref:struct:__anone2852e7a7f08

Completed in 23 milliseconds