Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c1198 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local
1297 cx_min = width; in vga_draw_text()
1305 if (cx < cx_min) in vga_draw_text()
1306 cx_min = cx; in vga_draw_text()
1367 dpy_gfx_update(s->con, cx_min * cw, cy * cheight, in vga_draw_text()
1368 (cx_max - cx_min + 1) * cw, cheight); in vga_draw_text()