Home
last modified time | relevance | path

Searched refs:vf_height (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c122 cf_font.vf_height = fi->fi_height; in xbi_init_font()
230 boot_fb_font.vf_height = bp->font->vf_height; in boot_fb_set_font()
237 fb_info.font_height = boot_fb_font.vf_height; in boot_fb_set_font()
429 fb_info.terminal.y * boot_fb_font.vf_height) / 2; in boot_fb_init()
443 fb_info.cursor.pos.y * boot_fb_font.vf_height; in boot_fb_init()
565 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_eraseline_impl()
703 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_cursor()
719 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_cursor()
737 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_cursor()
762 for (i = 0; i < boot_fb_font.vf_height; i++) { in boot_fb_cursor()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1480 uint32_t vf_width, vf_height; in gfx_term_drawrect() local
1486 vf_height = tems.ts_font.vf_height; in gfx_term_drawrect()
1489 yshift = (vf_height - width) / 2; in gfx_term_drawrect()
1510 y2 += vf_height - yshift - width; in gfx_term_drawrect()
1518 y1 += vf_height; in gfx_term_drawrect()
1528 y1 += vf_height; in gfx_term_drawrect()
1540 y1 += vf_height - yshift; in gfx_term_drawrect()
1552 y2 += vf_height; in gfx_term_drawrect()
1559 y1 += vf_height - yshift; in gfx_term_drawrect()
1696 da.row / tems.ts_font.vf_height, in gfx_fb_putimage()
[all …]
H A Dtem.c483 tems.ts_font.vf_height = font_data->font->vf_height; in tems_setup_font()
559 tems.ts_font.vf_height); in tems_setup_terminal()
778 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
811 prom_charheight = tems.ts_font.vf_height; in tem_adjust_row()
815 tem_row = (tem_y + tems.ts_font.vf_height - 1) / in tem_adjust_row()
816 tems.ts_font.vf_height - 1; in tem_adjust_row()
2396 da.height = tems.ts_font.vf_height; in tem_pix_display()
2517 height = tems.ts_font.vf_height; in tem_pix_clear_prom_output()
2799 ca.height = tems.ts_font.vf_height; in tem_pix_cursor()
2819 tems.ts_font.vf_height; in tem_pix_cursor()
[all …]
H A Dmodule.c553 tems.ts_font.vf_height == fl->font_data->height) { in build_font_module()
570 fi.fi_height = fd->vf_height; in build_font_module()
/illumos-gate/usr/src/common/font/
H A Dfont.c375 stride = howmany(vf->vf_width, 8) * vf->vf_height; in font_lookup()
413 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix4()
475 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix8()
537 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix16()
599 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix24()
666 for (row = 0; row < f->vf_height; row++) { in font_bit_to_pix32()
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c567 tems.ts_font.vf_height = font_data->font->vf_height; in tems_setup_font()
614 (tems.ts_c_dimension.height * tems.ts_font.vf_height)) / 2; in tems_setup_terminal()
619 tems.ts_font.vf_width * tems.ts_font.vf_height; in tems_setup_terminal()
839 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
885 tem_row = (tem_y + tems.ts_font.vf_height - 1) / in tem_adjust_row()
886 tems.ts_font.vf_height - 1; in tem_adjust_row()
H A Dtem_safe.c1912 da.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_display()
1953 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1954 ma.e_row = (e_row + 1) * tems.ts_font.vf_height + in tem_safe_pix_copy()
1956 ma.t_row = t_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_safe_pix_copy()
2073 height = tems.ts_font.vf_height; in tem_safe_pix_clear_prom_output()
2113 height = tems.ts_font.vf_height; in tem_safe_pix_clear_entire_screen()
2446 ca.row = tem->tvs_c_cursor.row * tems.ts_font.vf_height + in tem_safe_pix_cursor()
2451 ca.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cursor()
2471 tems.ts_font.vf_height; in tem_safe_pix_cursor()
2680 da.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cls_range()
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h73 uint32_t vf_height; /* Glyph height. */ member
/illumos-gate/usr/src/common/ficl/
H A Dloader.c97 y1 = tems.ts_p_offset.y + y1 * tems.ts_font.vf_height; in ficl_term_putimage()
104 y2 * tems.ts_font.vf_height; in ficl_term_putimage()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c980 console->vga.font.vf_height = font_data->font->vf_height; in vgatext_init()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2058 fd->vf_height = tmp->vf_height; in get_console_font()