tag | line | file | source code |
fontheight | 370 | drivers/char/tga.c | con_adjust_height(unsigned long fontheight) |
fontheight | 462 | drivers/char/vga.c | con_adjust_height(unsigned long fontheight) |
fontheight | 467 | drivers/char/vga.c | if (fontheight > 32 || (video_type != VIDEO_TYPE_VGAC && |
fontheight | 471 | drivers/char/vga.c | if ( fontheight == video_font_height || fontheight == 0 ) |
fontheight | 474 | drivers/char/vga.c | video_font_height = fontheight; |
fontheight | 476 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
fontheight | 477 | drivers/char/vga.c | maxscan = rows*fontheight - 1; /* Scan lines to actually display-1 */ |
fontheight | 504 | drivers/char/vga.c | fsr = (fsr & 0xe0) + (fontheight-1); /* Font size register */ |
fontheight | 505 | drivers/char/vga.c | curs = (curs & 0xc0) + fontheight - (fontheight < 10 ? 2 : 3); |
fontheight | 506 | drivers/char/vga.c | cure = (cure & 0xe0) + fontheight - (fontheight < 10 ? 1 : 2); |
fontheight | 83 | drivers/char/vt.c | extern int con_adjust_height(unsigned long fontheight); |