Searched refs:xPolyLineReq (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DDrLines.c41 register xPolyLineReq *req;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1320 REQUEST(xPolyLineReq);
1322 REQUEST_AT_LEAST_SIZE(xPolyLineReq);
1338 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq));
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1443 REQUEST(xPolyLineReq);
1445 REQUEST_AT_LEAST_SIZE(xPolyLineReq);
1461 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1735 REQUEST(xPolyLineReq);
1737 REQUEST_AT_LEAST_SIZE(xPolyLineReq);
1745 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq));
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1878 REQUEST(xPolyLineReq);
1880 REQUEST_AT_LEAST_SIZE(xPolyLineReq);
1887 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1701 typedef xPolyPointReq xPolyLineReq; /* same request structure */
1697 typedef xPolyPointReq xPolyLineReq; /* same request structure */ typedef in typeref:typename:xPolyPointReq

Completed in 24 milliseconds