Searched refs:cx_min (Results 1 – 1 of 1) sorted by relevance
1198 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local1297 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()