Searched refs:fsSetResolutionReq (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c749 REQUEST(fsSetResolutionReq);
750 REQUEST_AT_LEAST_SIZE(fsSetResolutionReq);
752 if ((stuff->length << 2) - SIZEOF(fsSetResolutionReq) <
766 memcpy(new_res, (char *)stuff + SIZEOF(fsSetResolutionReq),
H A Dswapreq.c236 REQUEST(fsSetResolutionReq);
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h345 } fsSetResolutionReq; typedef in typeref:struct:__anond2353fb41708
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c247 fsSetResolutionReq srreq;
256 srreq.length = (SIZEOF(fsSetResolutionReq) +
260 if (_fs_write(conn, (char *) &srreq, SIZEOF(fsSetResolutionReq)) != -1)
3087 fsSetResolutionReq srreq;
3105 srreq.length = (SIZEOF(fsSetResolutionReq) +
3109 if (_fs_write(conn, (char *) &srreq, SIZEOF(fsSetResolutionReq)) != FSIO_READY)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c244 fsSetResolutionReq srreq;
253 srreq.length = (SIZEOF(fsSetResolutionReq) +
257 if (_fs_write(conn, (char *) &srreq, SIZEOF(fsSetResolutionReq)) != -1)
3048 fsSetResolutionReq srreq;
3066 srreq.length = (SIZEOF(fsSetResolutionReq) +
3070 if (_fs_write(conn, (char *) &srreq, SIZEOF(fsSetResolutionReq)) != FSIO_READY)

Completed in 12 milliseconds