Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c102 fb.font_height = gfxfb_info->font_height; in gfx_framework_init()
222 yshift = (fb.font_height - width) / 2; in gfx_term_drawrect()
236 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
237 y2 += fb.font_height - yshift - width; in gfx_term_drawrect()
244 y1 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
245 y1 += fb.font_height; in gfx_term_drawrect()
246 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()
255 y1 += fb.font_height; in gfx_term_drawrect()
267 y1 += fb.font_height - yshift; in gfx_term_drawrect()
279 y2 += fb.font_height; in gfx_term_drawrect()
[all …]
H A Dgfx_fb.h44 uint16_t font_height; member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dframebuffer.h79 uint16_t font_height; member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c258 gfxfb_info->font_height = fb_info.font_height; in bitmap_setup_fb()
631 console->fb.font_height; in bitmap_cons_cursor()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h604 uint16_t font_height; member
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h306 uint16_t font_height; member
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c581 *charheight = fb_info.font_height; in plat_tem_get_prom_font_size()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c237 fb_info.font_height = boot_fb_font.vf_height; in boot_fb_set_font()