Searched refs:xPolyRectangleReq (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DDrRect.c34 #define wsize (SIZEOF(xPolyRectangleReq) + WRCTSPERBATCH * SIZEOF(xRectangle))
35 #define zsize (SIZEOF(xPolyRectangleReq) + ZRCTSPERBATCH * SIZEOF(xRectangle))
53 register xPolyRectangleReq *req = (xPolyRectangleReq *) dpy->last_req;
72 rect = (xRectangle *) NEXTPTR(req,xPolyRectangleReq);
H A DDrRects.c40 register xPolyRectangleReq *req;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1443 REQUEST(xPolyRectangleReq);
1445 REQUEST_AT_LEAST_SIZE(xPolyRectangleReq);
1462 nrects = (client->req_len << 2) - sizeof(xPolyRectangleReq);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1576 REQUEST(xPolyRectangleReq);
1578 REQUEST_AT_LEAST_SIZE(xPolyRectangleReq);
1595 nrects = (client->req_len << 2) - sizeof(xPolyRectangleReq);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1777 REQUEST(xPolyRectangleReq);
1779 REQUEST_AT_LEAST_SIZE(xPolyRectangleReq);
1781 nrects = (client->req_len << 2) - sizeof(xPolyRectangleReq);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1921 REQUEST(xPolyRectangleReq);
1923 REQUEST_AT_LEAST_SIZE(xPolyRectangleReq);
1925 nrects = (client->req_len << 2) - sizeof(xPolyRectangleReq);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1714 typedef xPolySegmentReq xPolyRectangleReq;
1710 typedef xPolySegmentReq xPolyRectangleReq; typedef in typeref:typename:xPolySegmentReq

Completed in 23 milliseconds