Searched refs:fontheight (Results 1 – 6 of 6) sorted by relevance
1224 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument1229 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()1230 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()1252 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()1262 vga_video_font_height = fontheight; in vgacon_adjust_height()1274 c->vc_font.height = fontheight; in vgacon_adjust_height()
50 * support for fontheight != 16 in text mode
55 * support for fontheight != 16 in text mode
64 * support for fontheight != 16 in text mode
216 font data, it must be >= (fontwidth*fontheight*chars_in_font)/8.
137 ((x * fontwidth(p)) << 12) | ((y * fontheight(p)) - in g364fb_cursor()