Searched refs:fsQueryXBitmaps16Req (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSQGlyphs.c139 fsQueryXBitmaps16Req *req;
147 if (str_len > ((FSMaxRequestBytes(svr) - SIZEOF(fsQueryXBitmaps16Req))
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h394 typedef fsQueryXBitmaps8Req fsQueryXBitmaps16Req; typedef in typeref:typename:fsQueryXBitmaps8Req
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c1791 fsQueryXBitmaps16Req bitreq;
1798 bitreq.length = SIZEOF(fsQueryXBitmaps16Req) >> 2;
1804 _fs_write(conn, (char *) &bitreq, SIZEOF(fsQueryXBitmaps16Req));
2081 fsQueryXBitmaps16Req req;
2113 req.length = (SIZEOF(fsQueryXBitmaps16Req) >> 2) + nranges;
2116 _fs_write(conn, (char *) &req, SIZEOF(fsQueryXBitmaps16Req));
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c1779 fsQueryXBitmaps16Req bitreq;
1786 bitreq.length = SIZEOF(fsQueryXBitmaps16Req) >> 2;
1792 _fs_write(conn, (char *) &bitreq, SIZEOF(fsQueryXBitmaps16Req));
2069 fsQueryXBitmaps16Req req;
2101 req.length = (SIZEOF(fsQueryXBitmaps16Req) >> 2) + nranges;
2104 _fs_write(conn, (char *) &req, SIZEOF(fsQueryXBitmaps16Req));

Completed in 11 milliseconds