Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c452 unsigned int cur_height, size; in fbcon_fill_cursor_mask() local
456 cur_height = 0; in fbcon_fill_cursor_mask()
460 cur_height = 1; in fbcon_fill_cursor_mask()
462 cur_height = 2; in fbcon_fill_cursor_mask()
465 cur_height = vc->vc_font.height / 3; in fbcon_fill_cursor_mask()
468 cur_height = vc->vc_font.height / 2; in fbcon_fill_cursor_mask()
471 cur_height = (vc->vc_font.height * 2) / 3; in fbcon_fill_cursor_mask()
475 cur_height = vc->vc_font.height; in fbcon_fill_cursor_mask()
479 size = (vc->vc_font.height - cur_height) * pitch; in fbcon_fill_cursor_mask()
483 size = cur_height * pitch; in fbcon_fill_cursor_mask()