Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/console/
Dvgacon.c1214 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument
1219 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()
1220 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1242 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()
1252 vga_video_font_height = fontheight; in vgacon_adjust_height()
1264 c->vc_font.height = fontheight; in vgacon_adjust_height()
/linux-4.1.27/Documentation/fb/
Dvt8623fb.txt50 * support for fontheight != 16 in text mode
Darkfb.txt55 * support for fontheight != 16 in text mode
Ds3fb.txt64 * support for fontheight != 16 in text mode
Dmatroxfb.txt199 font data, it must be >= (fontwidth*fontheight*chars_in_font)/8.
/linux-4.1.27/drivers/video/fbdev/
Dg364fb.c137 ((x * fontwidth(p)) << 12) | ((y * fontheight(p)) - in g364fb_cursor()
Dpmag-aa-fb.c122 y *= fontheight(disp); in aafbcon_cursor()
270 aafbcon_set_font(disp, fontwidth(disp), fontheight(disp)); in aafb_set_disp()
/linux-4.1.27/drivers/video/fbdev/aty/
Daty128fb.c2427 sy *= fontheight(p);
2429 dy *= fontheight(p);
2431 height *= fontheight(p);