Searched refs:text_columns (Results 1 – 4 of 4) sorted by relevance
70 if ( (c == '\n') || (lfb.xpos >= lfb.lfbp.text_columns) ) in lfb_redraw_puts()76 memmove(lfb.text_buf, lfb.text_buf + lfb.lfbp.text_columns, in lfb_redraw_puts()77 lfb.ypos * lfb.lfbp.text_columns); in lfb_redraw_puts()78 memset(lfb.text_buf + lfb.ypos * lfb.lfbp.text_columns, 0, lfb.xpos); in lfb_redraw_puts()84 lfb.text_buf[lfb.xpos++ + lfb.ypos * lfb.lfbp.text_columns] = c; in lfb_redraw_puts()90 const unsigned char *line = lfb.text_buf + i * lfb.lfbp.text_columns; in lfb_redraw_puts()93 for ( width = lfb.lfbp.text_columns; width; --width ) in lfb_redraw_puts()113 if ( (c == '\n') || (lfb.xpos >= lfb.lfbp.text_columns) ) in lfb_scroll_puts()133 lfb.xpos, lfb.lfbp.text_columns); in lfb_scroll_puts()162 lfb.text_buf = xzalloc_bytes(lfb.lfbp.text_columns * lfb.lfbp.text_rows); in lfb_init()[all …]
34 unsigned int text_columns; member
97 lfbp.text_columns = vlfb_info.width / font->width; in vesa_init()
265 lfbp.text_columns = videomode->xres / 8; in video_init()
Completed in 8 milliseconds