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()
885 disp->height = var->height; in var_to_display()
909 var->height = disp->height; in display_to_var()
998 vc->vc_font.height = font->height; in fbcon_startup()
1008 rows /= vc->vc_font.height; in fbcon_startup()
1057 vc->vc_font.height = fvc->vc_font.height; in fbcon_init()
1071 vc->vc_font.height = font->height; in fbcon_init()
1107 new_rows /= vc->vc_font.height; in fbcon_init()
1237 static void fbcon_clear(struct vc_data *vc, int sy, int sx, int height, in fbcon_clear() argument
1249 if (!height || !width) in fbcon_clear()
1266 if (sy < y_break && sy + height - 1 >= y_break) { in fbcon_clear()
1269 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1272 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1366 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp()
1398 rows /= vc->vc_font.height; in fbcon_set_disp()
1418 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_up()
1437 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_down()
1460 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_up()
1484 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_up_redraw()
1508 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_down()
1532 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ypan_down_redraw()
2004 int height, int width) in fbcon_bmove() argument
2012 if (!width || !height) in fbcon_bmove()
2022 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, height, width, in fbcon_bmove()
2027 int dy, int dx, int height, int width, u_int y_break) in fbcon_bmove_rec() argument
2033 if (sy < y_break && sy + height > y_break) { in fbcon_bmove_rec()
2039 height - b, width, y_break); in fbcon_bmove_rec()
2042 height - b, width, y_break); in fbcon_bmove_rec()
2049 if (dy < y_break && dy + height > y_break) { in fbcon_bmove_rec()
2055 height - b, width, y_break); in fbcon_bmove_rec()
2058 height - b, width, y_break); in fbcon_bmove_rec()
2065 height, width); in fbcon_bmove_rec()
2073 int fh = vc->vc_font.height; in updatescrollmode()
2083 divides(ypan, vc->vc_font.height) && vyres > yres; in updatescrollmode()
2085 divides(ywrap, vc->vc_font.height) && in updatescrollmode()
2086 divides(vc->vc_font.height, vyres) && in updatescrollmode()
2087 divides(vc->vc_font.height, yres); in updatescrollmode()
2116 unsigned int height, unsigned int user) in fbcon_resize() argument
2124 virt_w = FBCON_SWAP(ops->rotate, width, height); in fbcon_resize()
2125 virt_h = FBCON_SWAP(ops->rotate, height, width); in fbcon_resize()
2127 vc->vc_font.height); in fbcon_resize()
2128 virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height, in fbcon_resize()
2398 font->height = vc->vc_font.height; in fbcon_get_font()
2404 j = vc->vc_font.height; in fbcon_get_font()
2412 j = vc->vc_font.height * 2; in fbcon_get_font()
2421 for (j = 0; j < vc->vc_font.height; j++) { in fbcon_get_font()
2431 j = vc->vc_font.height * 4; in fbcon_get_font()
2455 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
2466 vc->vc_font.height = h; in fbcon_do_set_font()
2553 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont); in fbcon_copy_font()
2573 int h = font->height; in fbcon_set_font()
2586 !(info->pixmap.blit_y & (1 << (font->height - 1)))) in fbcon_set_font()
2628 return fbcon_do_set_font(vc, font->width, font->height, new_data, 1); in fbcon_set_font()
2643 font->height = f->height; in fbcon_set_def_font()
2644 return fbcon_do_set_font(vc, f->width, f->height, f->data, 0); in fbcon_set_def_font()
2850 ops->var.yoffset = offset * vc->vc_font.height; in fbcon_scrolldelta()
2912 rows /= vc->vc_font.height; in fbcon_modechanged()
2957 rows /= vc->vc_font.height; in fbcon_set_all_vcs()
3230 caps->y |= 1 << (vc->vc_font.height - 1); in fbcon_get_requirement()
3244 caps->y = 1 << (vc->vc_font.height - 1); in fbcon_get_requirement()