Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190810.patch.gz ... , sp->_term, &new_lines, &new_cols); 125- 126- /* 127- ...
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c578 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
584 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
612 save = kzalloc(array3_size(logo_lines, new_cols, 2), in fbcon_prepare_logo()
615 int i = cols < new_cols ? cols : new_cols; in fbcon_prepare_logo()
616 scr_memsetw(save, erase, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
619 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
653 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
1037 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1124 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); in fbcon_init()
1126 new_cols /= vc->vc_font.width; in fbcon_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c1202 unsigned int new_cols, new_rows, new_row_size, new_screen_size; in vc_do_resize() local
1218 new_cols = (cols ? cols : vc->vc_cols); in vc_do_resize()
1220 new_row_size = new_cols << 1; in vc_do_resize()
1223 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) { in vc_do_resize()
1240 return resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1250 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1263 err = resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1271 vc->vc_cols = new_cols; in vc_do_resize()
1300 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows, in vc_do_resize()