Home
last modified time | relevance | path

Searched refs:fontheight (Results 1 – 4 of 4) sorted by relevance

/drivers/video/console/
Dvgacon.c1204 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument
1209 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()
1210 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1232 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()
1242 vga_video_font_height = fontheight; in vgacon_adjust_height()
1254 c->vc_font.height = fontheight; in vgacon_adjust_height()
/drivers/video/
Dpmag-aa-fb.c122 y *= fontheight(disp); in aafbcon_cursor()
270 aafbcon_set_font(disp, fontwidth(disp), fontheight(disp)); in aafb_set_disp()
Dg364fb.c137 ((x * fontwidth(p)) << 12) | ((y * fontheight(p)) - in g364fb_cursor()
/drivers/video/aty/
Daty128fb.c2365 sy *= fontheight(p);
2367 dy *= fontheight(p);
2369 height *= fontheight(p);