Searched refs:fsOpenBitmapFontReply (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSOpenFont.c | 67 fsOpenBitmapFontReply reply; 90 (SIZEOF(fsOpenBitmapFontReply)-SIZEOF(fsGenericReply)) >> 2,
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 391 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 D | swaprep.c | 353 #define pRep ((fsOpenBitmapFontReply *)data)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 541 } fsOpenBitmapFontReply; typedef in typeref:struct:__anond2353fb42708
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 717 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 D | fserve.c | 719 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