Searched refs:vc_font (Results 1 – 4 of 4) sorted by relevance
28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in update_attr()29 int width = DIV_ROUND_UP(vc->vc_font.width, 8); in update_attr()30 unsigned int cellsize = vc->vc_font.height * width; in update_attr()51 area.sx = sx * vc->vc_font.width; in bit_bmove()52 area.sy = sy * vc->vc_font.height; in bit_bmove()53 area.dx = dx * vc->vc_font.width; in bit_bmove()54 area.dy = dy * vc->vc_font.height; in bit_bmove()55 area.height = height * vc->vc_font.height; in bit_bmove()56 area.width = width * vc->vc_font.width; in bit_bmove()67 region.dx = sx * vc->vc_font.width; in bit_clear()[all …]
623 logo_lines = DIV_ROUND_UP(logo_height, vc->vc_font.height); in fbcon_prepare_logo()1020 vc->vc_font.width = font->width; in fbcon_startup()1021 vc->vc_font.height = font->height; in fbcon_startup()1022 vc->vc_font.data = (void *)(p->fontdata = font->data); in fbcon_startup()1023 vc->vc_font.charcount = font->charcount; in fbcon_startup()1028 cols /= vc->vc_font.width; in fbcon_startup()1029 rows /= vc->vc_font.height; in fbcon_startup()1081 vc->vc_font.data = (void *)(p->fontdata = in fbcon_init()1082 fvc->vc_font.data); in fbcon_init()1083 vc->vc_font.width = fvc->vc_font.width; in fbcon_init()[all …]
125 struct console_font vc_font; /* Current VC font set */ member
385 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()1035 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()1070 font->height = c->vc_font.height; in vgacon_font_get()