Searched refs:BorderGC (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.c | 48 XChangeGC(dpy, Scr->BorderGC, gcm, &gcv); 49 XFillRectangle(dpy, w, Scr->BorderGC, x, y, width, height); 56 XChangeGC(dpy, Scr->BorderGC, gcm, &gcv); 58 XDrawLine(dpy, w, Scr->BorderGC, x, y + i, 60 XDrawLine(dpy, w, Scr->BorderGC, x + i, y, 69 XChangeGC(dpy, Scr->BorderGC, gcm, &gcv); 71 XDrawLine(dpy, w, Scr->BorderGC, x + width - i - 1, y + i, 73 XDrawLine(dpy, w, Scr->BorderGC, x + i, y + height - i - 1, 80 FBGC(Scr->BorderGC, cp.back, cp.fore); 81 XFillRectangle(dpy, w, Scr->BorderGC, [all...] |
| H A D | gc.c | 108 Scr->BorderGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); 109 XSetDashes(dpy, Scr->BorderGC, 1, dashlist, 2); 115 Scr->BorderGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); 116 XSetDashes(dpy, Scr->BorderGC, 0, dashlist, 2); 119 Scr->BorderGC = XCreateGC(dpy, Scr->Root, 0, NULL);
|
| H A D | screen.h | 707 GC BorderGC; ///< GC for drawing 3D borders member in struct:ScreenInfo
|
| H A D | win_decorations.c | 1348 XSetClipRectangles(dpy, Scr->BorderGC, 0, 0, rects, 2, Unsorted); 1353 XSetClipMask(dpy, Scr->BorderGC, None); 1364 XSetClipRectangles(dpy, Scr->BorderGC, 0, 0, rects, 2, Unsorted); 1369 XSetClipMask(dpy, Scr->BorderGC, None);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | ptyx.h | 3782 #define BorderGC(w,sp) WhichVWin(sp)->border_gc macro
|
Completed in 14 milliseconds