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

/xsrc/external/mit/libX11/dist/src/
H A DFillRct.c34 #define size (SIZEOF(xPolyFillRectangleReq) + FRCTSPERBATCH * SIZEOF(xRectangle))
52 register xPolyFillRectangleReq *req
53 = (xPolyFillRectangleReq *) dpy->last_req;
71 rect = (xRectangle *) NEXTPTR(req,xPolyFillRectangleReq);
H A DFillRcts.c40 register xPolyFillRectangleReq *req;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1626 REQUEST(xPolyFillRectangleReq);
1628 REQUEST_AT_LEAST_SIZE(xPolyFillRectangleReq);
1645 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1774 REQUEST(xPolyFillRectangleReq);
1776 REQUEST_AT_LEAST_SIZE(xPolyFillRectangleReq);
1793 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1847 REQUEST(xPolyFillRectangleReq);
1849 REQUEST_AT_LEAST_SIZE(xPolyFillRectangleReq);
1851 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1992 REQUEST(xPolyFillRectangleReq);
1994 REQUEST_AT_LEAST_SIZE(xPolyFillRectangleReq);
1996 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1715 typedef xPolySegmentReq xPolyFillRectangleReq;
1711 typedef xPolySegmentReq xPolyFillRectangleReq; typedef in typeref:typename:xPolySegmentReq

Completed in 24 milliseconds