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

/xsrc/external/mit/libX11/dist/src/
H A DDrArc.c50 register xPolyArcReq *req;
60 arc = (xArc *) NEXTPTR(req,xPolyArcReq);
H A DDrArcs.c42 register xPolyArcReq *req;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1505 REQUEST(xPolyArcReq);
1507 REQUEST_AT_LEAST_SIZE(xPolyArcReq);
1524 narcs = (client->req_len << 2) - sizeof(xPolyArcReq);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1643 REQUEST(xPolyArcReq);
1645 REQUEST_AT_LEAST_SIZE(xPolyArcReq);
1662 narcs = (client->req_len << 2) - sizeof(xPolyArcReq);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1797 REQUEST(xPolyArcReq);
1799 REQUEST_AT_LEAST_SIZE(xPolyArcReq);
1801 narcs = (client->req_len << 2) - sizeof(xPolyArcReq);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1942 REQUEST(xPolyArcReq);
1944 REQUEST_AT_LEAST_SIZE(xPolyArcReq);
1946 narcs = (client->req_len << 2) - sizeof(xPolyArcReq);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1713 typedef xPolySegmentReq xPolyArcReq;
1709 typedef xPolySegmentReq xPolyArcReq; typedef in typeref:typename:xPolySegmentReq

Completed in 25 milliseconds