Lines Matching refs:screen
127 r = Rect(0,0,(Dx(screen->r)-2*MARGIN+PAD)/cols-PAD, font->height); in drawnowin()
129 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in drawnowin()
130 draw(screen, insetrect(r, -1), lightblue, nil, ZP); in drawnowin()
136 draw(screen, win[i].r, lightblue, nil, ZP); in drawwin()
137 _string(screen, addpt(win[i].r.min, Pt(2,0)), display->black, ZP, in drawwin()
140 border(screen, win[i].r, 1, display->black, ZP); in drawwin()
151 rows = (Dy(screen->r)-2*MARGIN+PAD)/(font->height+PAD); in geometry()
160 r = Rect(0,0,(Dx(screen->r)-2*MARGIN+PAD)/cols-PAD, font->height); in geometry()
163 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in geometry()
169 redraw(Image *screen, int all) in redraw() argument
175 draw(screen, screen->r, lightblue, nil, ZP); in redraw()
192 redraw(screen, 1); in eresized()
275 redraw(screen, 1); in main()
291 redraw(screen, 0); in main()