Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt_core.c283 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
626 size->tp_row = vd->vd_height; in vt_termsize()
644 rect->tr_end.tp_row = vd->vd_height; in vt_termrect()
660 size->ws_ypixel = vd->vd_height; in vt_winsize()
686 vw->vw_draw_area.tr_end.tp_row = vd->vd_height; in vt_compute_drawable_area()
697 height = vd->vd_height; in vt_compute_drawable_area()
1283 if (area->tr_end.tp_row < vd->vd_height) in vt_set_border()
1285 vd->vd_height - 1, 1, c); in vt_set_border()
1437 top = (vd->vd_height - vt_logo_height) / 2; in vtterm_splash()
1510 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
[all …]
Dvt_cpulogos.c234 if (vd->vd_height <= vt_logo_sprite_height) in vt_init_logos()
Dvt.h144 vt_axis_t vd_height; /* (?) Screen height. */ member
/freebsd-12-stable/sys/dev/vt/hw/fb/
Dvt_fb.c465 vd->vd_height = MIN(VT_FB_MAX_HEIGHT, info->fb_height); in vt_fb_init()
466 margin = (info->fb_height - vd->vd_height) >> 1; in vt_fb_init()
/freebsd-12-stable/sys/dev/vt/hw/vga/
Dvt_vga.c977 y2 = min(y2, vd->vd_height - 1); in vga_bitblt_bitmap()
1319 vd->vd_height = 25; in vga_init()
1324 vd->vd_height = VT_VGA_HEIGHT; in vga_init()
/freebsd-12-stable/sys/dev/vt/hw/ofwfb/
Dofwfb.c165 vd->vd_height)) in ofwfb_bitblt_bitmap()