Searched refs:vga_fill_rect (Results 1 – 2 of 2) sorted by relevance
/external/qemu/include/ui/ |
D | console.h | 226 void vga_fill_rect (DisplayState *ds, int posx, int posy,
|
/external/qemu/ui/ |
D | console.c | 272 void vga_fill_rect(DisplayState *ds, int posx, int posy, in vga_fill_rect() function 674 vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds), in console_refresh() 761 vga_fill_rect(s->ds, 0, (s->height - 1) * FONT_HEIGHT, in console_put_lf()
|