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

/xsrc/external/mit/xfs/dist/include/
H A Dclientstr.h72 fsResolution *resolutions;
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c747 fsResolution *new_res;
753 stuff->num_resolutions * SIZEOF(fsResolution)) {
759 new_res = (fsResolution *)
760 FSallocarray(stuff->num_resolutions, SIZEOF(fsResolution));
767 (stuff->num_resolutions * SIZEOF(fsResolution)));
780 if ((stuff->length << 2) - SIZEOF(fsResolution) < client->num_resolutions *
781 sizeof(fsResolution)) {
793 client->num_resolutions * SIZEOF(fsResolution)) >> 2
802 (client->num_resolutions * SIZEOF(fsResolution)), (short *)client->resolutions);
1105 client->resolutions = (fsResolution *)
[all...]
H A Dswapreq.c240 stuff->num_resolutions * sizeof(fsResolution))
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h187 } fsResolution; typedef in typeref:struct:__anond2353fb40808
719 fsResolution resolution;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c257 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
262 (num_res * SIZEOF(fsResolution)));
3106 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
3111 if (_fs_write_pad(conn, (char *) res, (num_res * SIZEOF(fsResolution))) != FSIO_READY)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c254 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
259 (num_res * SIZEOF(fsResolution)));
3067 (num_res * SIZEOF(fsResolution)) + 3) >> 2;
3072 if (_fs_write_pad(conn, (char *) res, (num_res * SIZEOF(fsResolution))) != FSIO_READY)

Completed in 15 milliseconds