Home
last modified time | relevance | path

Searched refs:vd_height (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_core.c292 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
650 size->tp_row = vd->vd_height; in vt_termsize()
670 rect->tr_end.tp_row = vd->vd_height; in vt_termrect()
688 size->ws_ypixel = vd->vd_height; in vt_winsize()
716 vw->vw_draw_area.tr_end.tp_row = vd->vd_height; in vt_compute_drawable_area()
727 height = vd->vd_height; in vt_compute_drawable_area()
1360 if (area->tr_end.tp_row < vd->vd_height) in vt_set_border()
1362 vd->vd_height - 1, 1, c);
1690 top = (vd->vd_height - vt_logo_height) / 2; in vtterm_splash()
1700 top = (vd->vd_height in vtterm_splash()
[all...]
H A Dvt_cpulogos.c238 if (vd->vd_height <= vt_logo_sprite_height) in vt_init_logos()
H A Dvt.h143 vt_axis_t vd_height; /* (?) Screen height. */ member
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c525 vd->vd_height = MIN(VT_FB_MAX_HEIGHT, info->fb_height); in vt_fb_init()
526 margin = (info->fb_height - vd->vd_height) >> 1; in vt_fb_init()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c976 y2 = min(y2, vd->vd_height - 1); in vga_bitblt_bitmap()
1328 vd->vd_height = 25; in vga_init()
1333 vd->vd_height = VT_VGA_HEIGHT; in vga_init()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c174 vd->vd_height)) in ofwfb_bitblt_bitmap()