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

/xsrc/external/mit/libFS/dist/src/
H A DFSOpenFont.c67 fsOpenBitmapFontReply reply;
90 (SIZEOF(fsOpenBitmapFontReply)-SIZEOF(fsGenericReply)) >> 2,
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c391 fsOpenBitmapFontReply rep = {
395 .length = SIZEOF(fsOpenBitmapFontReply) >> 2,
400 SIZEOF(fsOpenBitmapFontReply), &rep);
493 fsOpenBitmapFontReply rep = {
497 .length = SIZEOF(fsOpenBitmapFontReply) >> 2,
502 SIZEOF(fsOpenBitmapFontReply), &rep);
H A Dswaprep.c353 #define pRep ((fsOpenBitmapFontReply *)data)
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h541 } fsOpenBitmapFontReply; typedef in typeref:struct:__anond2353fb42708
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c717 fsOpenBitmapFontReply *rep;
722 rep = (fsOpenBitmapFontReply *) fs_get_reply (conn, &ret);
724 (rep->length != LENGTHOF(fsOpenBitmapFontReply)))
731 _fs_reply_failed (rep, fsOpenBitmapFontReply, "!=");
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c719 fsOpenBitmapFontReply *rep;
724 rep = (fsOpenBitmapFontReply *) fs_get_reply (conn, &ret);
726 (rep->length != LENGTHOF(fsOpenBitmapFontReply)))
733 _fs_reply_failed (rep, fsOpenBitmapFontReply, "!=");

Completed in 23 milliseconds