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

/xsrc/external/mit/libX11/dist/src/
H A DFillArc.c34 #define size (SIZEOF(xPolyFillArcReq) + FARCSPERBATCH * SIZEOF(xArc))
54 register xPolyFillArcReq *req = (xPolyFillArcReq *) dpy->last_req;
73 arc = (xArc *) NEXTPTR(req,xPolyFillArcReq);
H A DFillArcs.c42 register xPolyFillArcReq *req;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1687 REQUEST(xPolyFillArcReq);
1689 REQUEST_AT_LEAST_SIZE(xPolyFillArcReq);
1706 narcs = (client->req_len << 2) - sizeof(xPolyFillArcReq);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1841 REQUEST(xPolyFillArcReq);
1843 REQUEST_AT_LEAST_SIZE(xPolyFillArcReq);
1860 narcs = (client->req_len << 2) - sizeof(xPolyFillArcReq);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1868 REQUEST(xPolyFillArcReq);
1870 REQUEST_AT_LEAST_SIZE(xPolyFillArcReq);
1872 narcs = (client->req_len << 2) - sizeof(xPolyFillArcReq);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c2014 REQUEST(xPolyFillArcReq);
2016 REQUEST_AT_LEAST_SIZE(xPolyFillArcReq);
2018 narcs = (client->req_len << 2) - sizeof(xPolyFillArcReq);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1716 typedef xPolySegmentReq xPolyFillArcReq;
1712 typedef xPolySegmentReq xPolyFillArcReq; typedef in typeref:typename:xPolySegmentReq

Completed in 23 milliseconds