Lines Matching refs:screen
89 draw(screen, map[i].r, justblue, nil, ZP); in drawmap()
91 draw(screen, map[i].r, lightblue, nil, ZP); in drawmap()
93 _string(screen, addpt(map[i].r.min, Pt(2,0)), display->black, ZP, in drawmap()
96 border(screen, map[i].r, 1, display->black, ZP); in drawmap()
105 rows = (Dy(screen->r)-2*MARGIN+PAD)/(font->height+PAD); in geometry()
107 r = Rect(0,0,(Dx(screen->r)-2*MARGIN), font->height); in geometry()
110 MARGIN+(PAD+Dy(r))*(i%rows))), screen->r.min); in geometry()
115 redraw(Image *screen) in redraw() argument
119 draw(screen, screen->r, lightblue, nil, ZP); in redraw()
131 redraw(screen); in eresized()
203 redraw(screen); in click()