Searched refs:Borderwidth (Results 1 – 16 of 16) sorted by relevance
| /plan9/sys/src/cmd/vnc/ |
| H A D | vncv.c | 139 d = addpt(vnc->dim, Pt(2*Borderwidth, 2*Borderwidth)); in main()
|
| H A D | wsys.c | 19 d = addpt(v->dim, Pt(2*Borderwidth, 2*Borderwidth)); in resize()
|
| /plan9/sys/src/cmd/rio/ |
| H A D | rio.c | 844 drawedge(&b[0], Rect(r.min.x, r.min.y, r.min.x+Borderwidth, r.max.y)); in drawborder() 845 drawedge(&b[1], Rect(r.min.x+Borderwidth, r.min.y, r.max.x-Borderwidth, r.min.y+Borderwidth)); in drawborder() 846 drawedge(&b[2], Rect(r.max.x-Borderwidth, r.min.y, r.max.x, r.max.y)); in drawborder() 847 drawedge(&b[3], Rect(r.min.x+Borderwidth, r.max.y-Borderwidth, r.max.x-Borderwidth, r.max.y)); in drawborder()
|
| H A D | wctl.c | 143 dx = min(600, Dx(screen->r) - 2*Borderwidth); in newrect() 144 dy = min(400, Dy(screen->r) - 2*Borderwidth); in newrect()
|
| H A D | wind.c | 156 draw(w->i, insetrect(w->i->r, Borderwidth), w->cols[BACK], nil, w->i->r.min); in wrefresh()
|
| /plan9/sys/src/libdraw/ |
| H A D | egetrect.c | 7 #define W Borderwidth
|
| H A D | getrect.c | 8 #define W Borderwidth
|
| H A D | init.c | 175 r = insetrect(image->r, Borderwidth); in gengetwindow()
|
| /plan9/sys/src/cmd/vt/ |
| H A D | main.c | 602 if(fd < 0 || fprint(fd, "resize -dx %d -dy %d\n", Dx(r)+2*Borderwidth, in setdim() 603 Dy(r)+2*Borderwidth) < 0){ in setdim()
|
| /plan9/sys/src/cmd/page/ |
| H A D | view.c | 893 dx += 2*Borderwidth; in resize() 894 dy += 2*Borderwidth; in resize() 901 r = insetrect(screen->r, -Borderwidth); in resize()
|
| /plan9/sys/src/cmd/ |
| H A D | tweak.c | 1288 edrawgetrect(insetrect(*r, -Borderwidth), 1); in sweep() 1290 edrawgetrect(insetrect(*r, -Borderwidth), 0); in sweep() 1922 edrawgetrect(insetrect(dr, -Borderwidth), 0); in copy() 1930 edrawgetrect(insetrect(dr, -Borderwidth), 1); in copy() 1936 edrawgetrect(insetrect(dr, -Borderwidth), 0); in copy()
|
| /plan9/sys/include/ |
| H A D | draw.h | 63 Borderwidth = 4, enumerator
|
| /plan9/sys/src/cmd/unix/drawterm/include/ |
| H A D | draw.h | 65 Borderwidth = 4, enumerator
|
| /plan9/sys/include/ape/ |
| H A D | draw.h | 71 Borderwidth = 4, enumerator
|
| /plan9/sys/src/cmd/samterm/ |
| H A D | syms | 251 Borderwidth = 4;
|
| /plan9/sys/src/libscribble/ |
| H A D | syms | 387 Borderwidth = 4;
|