Searched refs:draw_x (Results 1 – 1 of 1) sorted by relevance
2108 #define FLUSH if (draw_x >= 0) { \ in do_con_write()2109 vc->vc_sw->con_putcs(vc, (u16 *)draw_from, (u16 *)draw_to - (u16 *)draw_from, vc->vc_y, draw_x); \ in do_con_write()2110 draw_x = -1; \ in do_con_write()2114 int c, tc, ok, n = 0, draw_x = -1; in do_con_write() local2321 if (DO_UPDATE(vc) && draw_x < 0) { in do_con_write()2322 draw_x = vc->vc_x; in do_con_write()