Lines Matching refs:height
28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2; in update_attr()
30 unsigned int cellsize = vc->vc_font.height * width; in update_attr()
47 int sx, int height, int width) in bit_clear() argument
54 region.dy = sy * vc->vc_font.height; in bit_clear()
56 region.height = height * vc->vc_font.height; in bit_clear()
82 image->height); in bit_putcs_aligned()
85 image->height); in bit_putcs_aligned()
116 image->height, shift_high, in bit_putcs_unaligned()
134 u32 cellsize = width * vc->vc_font.height; in bit_putcs()
145 image.dy = yy * vc->vc_font.height; in bit_putcs()
146 image.height = vc->vc_font.height; in bit_putcs()
164 size = pitch * image.height + buf_align; in bit_putcs()
194 unsigned int ch = vc->vc_font.height; in bit_clear_margins()
208 region.height = info->var.yres_virtual; in bit_clear_margins()
216 region.height = bh; in bit_clear_margins()
237 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
248 dst = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC); in bit_cursor()
266 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) || in bit_cursor()
269 ops->cursor_state.image.dy = vc->vc_font.height * y; in bit_cursor()
273 if (ops->cursor_state.image.height != vc->vc_font.height || in bit_cursor()
276 ops->cursor_state.image.height = vc->vc_font.height; in bit_cursor()
291 char *mask = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC); in bit_cursor()
309 cur_height = (vc->vc_font.height < 10) ? 1 : 2; in bit_cursor()
312 cur_height = vc->vc_font.height/3; in bit_cursor()
315 cur_height = vc->vc_font.height >> 1; in bit_cursor()
318 cur_height = (vc->vc_font.height << 1)/3; in bit_cursor()
322 cur_height = vc->vc_font.height; in bit_cursor()
325 size = (vc->vc_font.height - cur_height) * w; in bit_cursor()
349 cursor.image.height = ops->cursor_state.image.height; in bit_cursor()