Lines Matching refs:height
160 static void fbcon_clear(struct vc_data *vc, int sy, int sx, int height,
170 int height, int width);
184 int dy, int dx, int height, int width, u_int y_break);
583 logo_lines = DIV_ROUND_UP(logo_height, vc->vc_font.height); in fbcon_prepare_logo()
884 disp->height = var->height; in var_to_display()
908 var->height = disp->height; in display_to_var()
996 vc->vc_font.height = font->height; in fbcon_startup()
1006 rows /= vc->vc_font.height; in fbcon_startup()
1055 vc->vc_font.height = fvc->vc_font.height; in fbcon_init()
1069 vc->vc_font.height = font->height; in fbcon_init()
1104 new_rows /= vc->vc_font.height; in fbcon_init()
1234 static void fbcon_clear(struct vc_data *vc, int sy, int sx, int height, in fbcon_clear() argument
1246 if (!height || !width) in fbcon_clear()
1263 if (sy < y_break && sy + height - 1 >= y_break) { in fbcon_clear()
1266 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1269 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1361 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp()
1393 rows /= vc->vc_font.height; in fbcon_set_disp()
1413 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_up()
1432 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_down()
1455 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_up()
1479 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_up_redraw()
1503 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_down()
1527 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_down_redraw()
1999 int height, int width) in fbcon_bmove() argument
2007 if (!width || !height) in fbcon_bmove()
2017 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, height, width, in fbcon_bmove()
2022 int dy, int dx, int height, int width, u_int y_break) in fbcon_bmove_rec() argument
2028 if (sy < y_break && sy + height > y_break) { in fbcon_bmove_rec()
2034 height - b, width, y_break); in fbcon_bmove_rec()
2037 height - b, width, y_break); in fbcon_bmove_rec()
2044 if (dy < y_break && dy + height > y_break) { in fbcon_bmove_rec()
2050 height - b, width, y_break); in fbcon_bmove_rec()
2053 height - b, width, y_break); in fbcon_bmove_rec()
2060 height, width); in fbcon_bmove_rec()
2068 int fh = vc->vc_font.height; in updatescrollmode()
2078 divides(ypan, vc->vc_font.height) && vyres > yres; in updatescrollmode()
2080 divides(ywrap, vc->vc_font.height) && in updatescrollmode()
2081 divides(vc->vc_font.height, vyres) && in updatescrollmode()
2082 divides(vc->vc_font.height, yres); in updatescrollmode()
2111 unsigned int height, unsigned int user) in fbcon_resize() argument
2119 virt_w = FBCON_SWAP(ops->rotate, width, height); in fbcon_resize()
2120 virt_h = FBCON_SWAP(ops->rotate, height, width); in fbcon_resize()
2122 vc->vc_font.height); in fbcon_resize()
2123 virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height, in fbcon_resize()
2393 font->height = vc->vc_font.height; in fbcon_get_font()
2399 j = vc->vc_font.height; in fbcon_get_font()
2407 j = vc->vc_font.height * 2; in fbcon_get_font()
2416 for (j = 0; j < vc->vc_font.height; j++) { in fbcon_get_font()
2426 j = vc->vc_font.height * 4; in fbcon_get_font()
2450 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
2461 vc->vc_font.height = h; in fbcon_do_set_font()
2548 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont); in fbcon_copy_font()
2568 int h = font->height; in fbcon_set_font()
2581 !(info->pixmap.blit_y & (1 << (font->height - 1)))) in fbcon_set_font()
2623 return fbcon_do_set_font(vc, font->width, font->height, new_data, 1); in fbcon_set_font()
2638 font->height = f->height; in fbcon_set_def_font()
2639 return fbcon_do_set_font(vc, f->width, f->height, f->data, 0); in fbcon_set_def_font()
2845 ops->var.yoffset = offset * vc->vc_font.height; in fbcon_scrolldelta()
2907 rows /= vc->vc_font.height; in fbcon_modechanged()
2952 rows /= vc->vc_font.height; in fbcon_set_all_vcs()
3225 caps->y |= 1 << (vc->vc_font.height - 1); in fbcon_get_requirement()
3239 caps->y = 1 << (vc->vc_font.height - 1); in fbcon_get_requirement()