Lines Matching defs:height
1169 static inline int resize_screen(struct vc_data *vc, int width, int height,
1176 err = vc->vc_sw->con_resize(vc, width, height, user);
1228 * yres/xres equal to a number non-multiple of vc_font.height
1230 * vc_font.height and yres/xres.
4587 * Currently we only support fonts up to 32 pixels wide, at a maximum height
4628 if (font.width > op->width || font.height > op->height)
4633 op->height = font.height;
4657 if (op->width <= 0 || op->width > 32 || !op->height || op->height > 32)
4669 font.height = op->height;
4687 struct console_font font = {.width = op->width, .height = op->height};
4714 op->height = font.height;