Searched refs:xQueryColorsReq (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DQuColor.c40 register xQueryColorsReq *req;
47 OneDataCard32 (dpy, NEXTPTR(req,xQueryColorsReq), val);
H A DQuColors.c42 register xQueryColorsReq *req;
85 n = (int) (dpy->bigreq_size - (sizeof (xQueryColorsReq) >> 2) - 1);
87 n = (int) (dpy->max_request_size - (sizeof (xQueryColorsReq) >> 2));
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapproto.h147 void XETSwQueryColors (xQueryColorsReq *data , ClientPtr client );
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c838 REQUEST(xQueryColorsReq);
840 REQUEST_AT_LEAST_SIZE(xQueryColorsReq);
H A Ddispatch.c2894 REQUEST(xQueryColorsReq);
2896 REQUEST_AT_LEAST_SIZE(xQueryColorsReq);
2905 bytes_to_int32((client->req_len << 2) - sizeof(xQueryColorsReq));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c907 REQUEST(xQueryColorsReq);
909 REQUEST_AT_LEAST_SIZE(xQueryColorsReq);
H A Ddispatch.c2815 REQUEST(xQueryColorsReq);
2817 REQUEST_AT_LEAST_SIZE(xQueryColorsReq);
2826 count = bytes_to_int32((client->req_len << 2) - sizeof(xQueryColorsReq));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1860 } xQueryColorsReq;
1856 } xQueryColorsReq; typedef in typeref:struct:__anone2852e7a8d08

Completed in 24 milliseconds