Searched refs:font (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | vesa.c | 22 static const struct font_desc *font; variable 53 font = ((vlfb_info.height <= 600) ? &font_vga_8x8 : in vesa_early_init() 56 font = &font_vga_8x8; in vesa_early_init() 58 font = &font_vga_8x14; in vesa_early_init() 60 font = &font_vga_8x16; in vesa_early_init() 88 if ( !font ) in vesa_init() 91 lfbp.font = font; in vesa_init() 97 lfbp.text_columns = vlfb_info.width / font->width; in vesa_init() 98 lfbp.text_rows = vlfb_info.height / font->height; in vesa_init() 113 font->width, font->height); in vesa_init()
|
A D | lfb.c | 38 for ( i = 0; i < lfb.lfbp.font->height; i++ ) in lfb_show_line() 44 const unsigned char *bits = lfb.lfbp.font->data; in lfb_show_line() 45 bits += ((text_line[j] * lfb.lfbp.font->height + i) * in lfb_show_line() 46 ((lfb.lfbp.font->width + 7) >> 3)); in lfb_show_line() 47 for ( b = lfb.lfbp.font->width; b--; ) in lfb_show_line() 55 memset(ptr, 0, (lfb.lfbp.width - nr_chars * lfb.lfbp.font->width) * bpp); in lfb_show_line() 56 memcpy(video_line, lfb.lbuf, nr_cells * lfb.lfbp.font->width * bpp); in lfb_show_line() 97 lfb.lfbp.lfb + i * lfb.lfbp.font->height * lfb.lfbp.bytes_per_line, in lfb_redraw_puts() 117 unsigned char *src = lfb.lfbp.lfb + lfb.lfbp.font->height * lfb.lfbp.bytes_per_line; in lfb_scroll_puts() 121 for ( i = lfb.lfbp.font->height; i < lfb.lfbp.height; i++ ) in lfb_scroll_puts() [all …]
|
A D | lfb.h | 26 const struct font_desc *font; member
|
A D | arm_hdlcd.c | 259 lfbp.font = &font_vga_8x16; in video_init()
|
/xen-4.10.0-shim-comet/tools/pygrub/examples/ |
A D | fedora-19.grub2 | 75 …lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 r… 89 …lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 r…
|
A D | rhel-7-beta.grub2 | 77 …hel/swap vconsole.keymap=uk crashkernel=auto rd.lvm.lv=rhel/root vconsole.font=latarcyrheb-sun16 L… 91 …v=rhel/swap vconsole.keymap=uk crashkernel=auto rd.lvm.lv=rhel/root vconsole.font=latarcyrheb-sun16
|
A D | ubuntu-14.04-lts.grub2 | 63 font=unicode 74 font="/usr/share/grub/unicode.pf2" 77 if loadfont $font ; then
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 596 # Set the 80x30 mode (all VGA's). 480 scanlines, 16-pixel font. 632 # Set the 80x34 mode (all VGA's). 480 scans, 14-pixel font. 635 call set14 # And 14-pt font
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | README | 140 . fix font problem on initial screen of NT4 Loader 167 . set the cursor shape depending on the current font height 169 . added some text font functions
|
A D | ChangeLog | 438 - block address calculation in font functions fixed 547 - vgabios_init_func: load and activate text font already done by set_video_mode 785 - function write_gfx_char() now supports different font sizes - 854 mode: load default font in text mode - write character 862 mode: load default font in text mode - write character 948 - new function set_scan_lines() for the font size change (patch 951 0x1110, 0x1111, 0x1112 and 0x1114 after copying the font data 979 - set the cursor shape depending on the current font height - 999 - include patch from Volker that adds some text font functions
|
A D | vgabios.c | 1016 ;; copy and activate 8x16 font
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 223 + * BIOS call "INT 10H Function 11h" to set font 236 + movb $6, %bh /* font 8x16 */
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | xen.flf | 7 Permission is hereby given to modify this font, as long as the
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 828 ### font subsection 831 Specify the font size when using the VESA console driver.
|
Completed in 24 milliseconds