Lines Matching defs:height
1117 static inline int resize_screen(struct vc_data *vc, int width, int height,
1124 err = vc->vc_sw->con_resize(vc, width, height, user);
1176 * yres/xres equal to a number non-multiple of vc_font.height
1178 * vc_font.height and yres/xres.
4517 * Currently we only support fonts up to 128 pixels wide, at a maximum height
4537 unsigned int vpitch = op->op == KD_FONT_OP_GET_TALL ? op->height : 32;
4565 if (font.width > op->width || font.height > op->height)
4570 op->height = font.height;
4587 unsigned int vpitch = op->op == KD_FONT_OP_SET_TALL ? op->height : 32;
4595 if (op->width <= 0 || op->width > max_font_width || !op->height ||
4596 op->height > max_font_height)
4598 if (vpitch < op->height)
4610 font.height = op->height;
4628 struct console_font font = {.width = op->width, .height = op->height};
4655 op->height = font.height;