Searched refs:draw_x (Results 1 – 1 of 1) sorted by relevance
2098 #define FLUSH if (draw_x >= 0) { \ in do_con_write()2099 vc->vc_sw->con_putcs(vc, (u16 *)draw_from, (u16 *)draw_to - (u16 *)draw_from, vc->vc_y, draw_x); \ in do_con_write()2100 draw_x = -1; \ in do_con_write()2104 int c, tc, ok, n = 0, draw_x = -1; in do_con_write() local2319 if (DO_UPDATE(vc) && draw_x < 0) { in do_con_write()2320 draw_x = vc->vc_x; in do_con_write()