Home
last modified time | relevance | path

Searched refs:Borderwidth (Results 1 – 16 of 16) sorted by relevance

/plan9/sys/src/cmd/vnc/
H A Dvncv.c139 d = addpt(vnc->dim, Pt(2*Borderwidth, 2*Borderwidth)); in main()
H A Dwsys.c19 d = addpt(v->dim, Pt(2*Borderwidth, 2*Borderwidth)); in resize()
/plan9/sys/src/cmd/rio/
H A Drio.c844 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 Dwctl.c143 dx = min(600, Dx(screen->r) - 2*Borderwidth); in newrect()
144 dy = min(400, Dy(screen->r) - 2*Borderwidth); in newrect()
H A Dwind.c156 draw(w->i, insetrect(w->i->r, Borderwidth), w->cols[BACK], nil, w->i->r.min); in wrefresh()
/plan9/sys/src/libdraw/
H A Degetrect.c7 #define W Borderwidth
H A Dgetrect.c8 #define W Borderwidth
H A Dinit.c175 r = insetrect(image->r, Borderwidth); in gengetwindow()
/plan9/sys/src/cmd/vt/
H A Dmain.c602 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 Dview.c893 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 Dtweak.c1288 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 Ddraw.h63 Borderwidth = 4, enumerator
/plan9/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h65 Borderwidth = 4, enumerator
/plan9/sys/include/ape/
H A Ddraw.h71 Borderwidth = 4, enumerator
/plan9/sys/src/cmd/samterm/
H A Dsyms251 Borderwidth = 4;
/plan9/sys/src/libscribble/
H A Dsyms387 Borderwidth = 4;