Searched refs:y_start (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/display/ |
A D | cg3.c | 95 int x, y, y_start; in cg3_update_display() local 106 y_start = -1; in cg3_update_display() 129 if (y_start < 0) { in cg3_update_display() 130 y_start = y; in cg3_update_display() 139 if (y_start >= 0) { in cg3_update_display() 140 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in cg3_update_display() 141 y_start = -1; in cg3_update_display() 148 if (y_start >= 0) { in cg3_update_display() 149 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in cg3_update_display()
|
A D | tcx.c | 218 int y, y_start, dd, ds; in tcx_update_display() local 224 y_start = -1; in tcx_update_display() 236 if (y_start < 0) in tcx_update_display() 237 y_start = y; in tcx_update_display() 248 y_start = -1; in tcx_update_display() 254 if (y_start >= 0) { in tcx_update_display() 268 int y, y_start, dd, ds; in tcx24_update_display() local 275 y_start = -1; in tcx24_update_display() 289 if (y_start < 0) in tcx24_update_display() 290 y_start = y; in tcx24_update_display() [all …]
|
A D | sm501.c | 1732 int y_start = -1; in sm501_update_display() local 1818 if (y_start < 0) { in sm501_update_display() 1819 y_start = y; in sm501_update_display() 1822 if (y_start >= 0) { in sm501_update_display() 1824 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in sm501_update_display() 1825 y_start = -1; in sm501_update_display() 1832 if (y_start >= 0) { in sm501_update_display() 1833 dpy_gfx_update(s->con, 0, y_start, width, y - y_start); in sm501_update_display()
|
A D | vga.c | 1481 int y1, y, update, linesize, y_start, double_scan, mask, depth; in vga_draw_graphic() local 1668 y_start = -1; in vga_draw_graphic() 1708 if (y_start < 0) in vga_draw_graphic() 1709 y_start = y; in vga_draw_graphic() 1720 if (y_start >= 0) { in vga_draw_graphic() 1722 dpy_gfx_update(s->con, 0, y_start, in vga_draw_graphic() 1723 disp_width, y - y_start); in vga_draw_graphic() 1724 y_start = -1; in vga_draw_graphic() 1745 if (y_start >= 0) { in vga_draw_graphic() 1747 dpy_gfx_update(s->con, 0, y_start, in vga_draw_graphic() [all …]
|
Completed in 24 milliseconds