| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence **ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 42 if (None != fid) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 35 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 38 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 42 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 45 if (None != fid) \ 46 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | LoadFont.c | 39 Font fid; local in function:XLoadFont 45 if (_XF86LoadQueryLocaleFont(dpy, name, (XFontStruct **)0, &fid)) 46 return fid; 51 req->fid = fid = XAllocID(dpy); 56 return (fid); 57 /* can't return (req->fid) since request may have already been sent */
|
| H A D | QuTextE16.c | 35 Font fid, 53 req->fid = fid; 33 XQueryTextExtents16(register Display * dpy,Font fid,_Xconst XChar2b * string,register int nchars,int * dir,int * font_ascent,int * font_descent,register XCharStruct * overall) argument
|
| H A D | QuTextExt.c | 35 Font fid, 53 req->fid = fid; 33 XQueryTextExtents(register Display * dpy,Font fid,register _Xconst char * string,register int nchars,int * dir,int * font_ascent,int * font_descent,register XCharStruct * overall) argument
|
| H A D | Font.c | 58 Font /* fid */, 81 Font /* fid */, 98 Font fid; local in function:XLoadQueryFont 113 req->fid = fid = XAllocID(dpy); 119 font_result = _XF86BigfontQueryFont(dpy, extcodes, fid, seq); 124 font_result = _XQueryFont(dpy, fid, seq); 132 Font fid) 143 font_result = _XF86BigfontQueryFont(dpy, extcodes, fid, 0L); 147 font_result = _XQueryFont(dpy, fid, 130 XQueryFont(register Display * dpy,Font fid) argument 184 _XQueryFont(register Display * dpy,Font fid,unsigned long seq) argument 402 _XF86BigfontQueryFont(register Display * dpy,XF86BigfontCodes * extcodes,Font fid,unsigned long seq) argument [all...] |
| H A D | ImText.c | 70 qreq->fid = gc->gid;
|
| H A D | ImText16.c | 71 qreq->fid = gc->gid;
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSCloseFt.c | 61 Font fid) 65 GetResReq(CloseFont, fid, req); 59 FSCloseFont(FSServer * svr,Font fid) argument
|
| H A D | FSOpenFont.c | 68 Font fid; local in function:FSOpenBitmapFont 84 req->fid = fid = svr->resource_id++; 95 return fid;
|
| H A D | FSQGlyphs.c | 60 Font fid, 79 req->fid = fid; 131 Font fid, 152 req->fid = fid; 58 FSQueryXBitmaps8(FSServer * svr,Font fid,FSBitmapFormat format,Bool range_type,const unsigned char * str,unsigned long str_len,FSOffset ** offsets,unsigned char ** glyphdata) argument 129 FSQueryXBitmaps16(FSServer * svr,Font fid,FSBitmapFormat format,Bool range_type,const FSChar2b * str,unsigned long str_len,FSOffset ** offsets,unsigned char ** glyphdata) argument
|
| H A D | FSQXExt.c | 71 Font fid, 86 req->fid = fid; 119 Font fid, 136 req->fid = fid; 69 FSQueryXExtents8(FSServer * svr,Font fid,Bool range_type,const unsigned char * str,unsigned long str_len,FSXCharInfo ** extents) argument 117 FSQueryXExtents16(FSServer * svr,Font fid,Bool range_type,const FSChar2b * str,unsigned long str_len,FSXCharInfo ** extents) argument
|
| H A D | FSQXInfo.c | 65 Font fid, 79 req->id = fid; 63 FSQueryXInfo(FSServer * svr,Font fid,FSXFontInfoHeader * info,FSPropInfo * props,FSPropOffset ** offsets,unsigned char ** prop_data) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | XNFont.h | 29 #define xnestFont(pFont) (xnestFontStruct(pFont)->fid)
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | XNFont.h | 29 #define xnestFont(pFont) (xnestFontStruct(pFont)->fid)
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | util.c | 70 int fid; local in function:myopen 71 fid = open(path, flags, mode); 72 if (fid >= 0) DEBUG2("# %d : %s\n", fid, path) 73 return fid; 87 void myclose(int fid) argument 89 if (close(fid) < 0) Punt("Error in myclose!"); 90 DEBUG1( "# %d : <Closed>\n", fid) 96 int fid = fileno(file); local in function:myfclose 98 DEBUG1("# %d : <Closed>\n", fid) 153 DoReadLine(FILEPTR fid,char lastchar) argument 181 ReadLine(FILEPTR fid) argument 189 ReadLineWithCR(FILEPTR fid) argument [all...] |
| H A D | tocutil.c | 248 FILEPTR fid; local in function:TULoadSeqLists 270 fid = myfopen(str, "r"); 271 if (fid) { 272 while ((ptr = ReadLine(fid))) { 297 (void) myfclose(fid); 359 FILEPTR fid; local in function:TULoadTocFile 375 fid = FOpenAndCheck(toc->scanfile, "r"); 384 while ((ptr = fgets(buf, bufsiz, fid))) { 396 ptr = fgets(buf, bufsiz, fid); 423 (void) myfclose(fid); 466 int fid; local in function:TUSaveTocFile 534 int fid = myopen(toc->scanfile, O_RDWR|O_CREAT, 0666); local in function:TUEnsureScanIsValidAndOpen [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfont.h | 39 XID /*fid */ , 45 XID fid);
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 163 Font fid, 184 FSQueryXExtents16(svr, fid, True, chars, num_chars, &extents); 188 int err = FSQueryXBitmaps16(svr, fid, format, True, chars, num_chars, 309 Font fid, 318 FSQueryXInfo(svr, fid, hdr, &pi, &po, &pd); 362 Font fid, local in function:main 450 fid = FSOpenBitmapFont(svr, format, fmask, fontname, &dummy); 451 if (fid) { 458 show_info(fid, &hdr, &first, &last); 478 show_glyphs(fid, 162 show_glyphs(Font fid,FSXFontInfoHeader * hdr,Bool show_all,FSChar2b first,FSChar2b last) argument 308 show_info(Font fid,FSXFontInfoHeader * hdr,FSChar2b * first,FSChar2b * last) argument [all...] |
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | difs.h | 55 extern int OpenFont ( ClientPtr client, Font fid, fsBitmapFormat format, fsBitmapFormatMask format_mask, int namelen, char *name ); 56 extern int CloseClientFont ( ClientFontPtr cfp, FSID fid );
|
| /xsrc/external/mit/libFS/dist/include/X11/fonts/ |
| H A D | FSlib.h | 276 extern int FSCloseFont ( FSServer *svr, Font fid ); 287 extern int FSQueryXBitmaps8 ( FSServer *svr, Font fid, FSBitmapFormat format, 291 extern int FSQueryXBitmaps16 ( FSServer *svr, Font fid, FSBitmapFormat format, 295 extern int FSQueryXExtents8 ( FSServer *svr, Font fid, int range_type, 298 extern int FSQueryXExtents16 ( FSServer *svr, Font fid, int range_type, 301 extern int FSQueryXInfo ( FSServer *svr, Font fid, FSXFontInfoHeader *info,
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | swapreq.c | 291 stuff->fid = lswapl(stuff->fid); 302 stuff->fid = lswapl(stuff->fid); 313 stuff->fid = lswapl(stuff->fid);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 97 {gcm |= GCFont; gcv.font = Scr->MenuFont.font->fid;}
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | syncproto.h | 355 XSyncFence fid; member in struct:_xSyncCreateFenceReq 369 XSyncFence fid; member in struct:_xSyncTriggerFenceReq 380 XSyncFence fid; member in struct:_xSyncResetFenceReq 391 XSyncFence fid; member in struct:_xSyncDestroyFenceReq 402 XSyncFence fid; member in struct:_xSyncQueryFenceReq
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_text.c | 65 gcv.font = font->fid; 95 items[i*SEGS+0].font = font->fid; 99 items[i*SEGS+1].font = bfont->fid; 103 items[i*SEGS+2].font = font->fid; 163 gcv.font = font->fid; 184 items[i*SEGS+0].font = font->fid; 189 items[i*SEGS+1].font = bfont->fid; 194 items[i*SEGS+2].font = font->fid;
|