Lines Matching defs:width
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);
2802 u8 width = 1;
2807 width = 2;
2877 if (!--width)
4589 * depending on width) reserved for each character which is kinda wasty, but
4624 c = (font.width+7)/8 * 32 * font.charcount;
4628 if (font.width > op->width || font.height > op->height)
4634 op->width = font.width;
4657 if (op->width <= 0 || op->width > 32 || !op->height || op->height > 32)
4659 size = (op->width+7)/8 * 32 * op->charcount;
4668 font.width = op->width;
4687 struct console_font font = {.width = op->width, .height = op->height};
4713 op->width = font.width;