Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt_core.c268 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
564 size->tp_row = vd->vd_height; in vt_termsize()
582 rect->tr_end.tp_row = vd->vd_height; in vt_termrect()
598 size->ws_ypixel = vd->vd_height; in vt_winsize()
624 vw->vw_draw_area.tr_end.tp_row = vd->vd_height; in vt_compute_drawable_area()
635 height = vd->vd_height; in vt_compute_drawable_area()
1276 top = (vd->vd_height - vt_logo_height) / 2; in vtterm_splash()
1349 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
1549 vw->vw_draw_area.tr_begin.tp_col - 1, vd->vd_height - 1, in vt_set_border()
1556 vd->vd_width - 1, vd->vd_height - 1, in vt_set_border()
[all …]
HDvt_cpulogos.c235 if (vd->vd_height <= vt_logo_sprite_height) in vt_init_logos()
HDvt.h142 vt_axis_t vd_height; /* (?) Screen height. */ member
/NextBSD/sys/dev/vt/hw/fb/
HDvt_fb.c419 vd->vd_height = MIN(VT_FB_DEFAULT_HEIGHT, info->fb_height); in vt_fb_init()
420 margin = (info->fb_height - vd->vd_height) >> 1; in vt_fb_init()
/NextBSD/sys/dev/vt/hw/vga/
HDvt_vga.c923 y2 = min(y2, vd->vd_height - 1); in vga_bitblt_bitmap()
1236 vd->vd_height = 25; in vga_init()
1241 vd->vd_height = VT_VGA_HEIGHT; in vga_init()
/NextBSD/sys/dev/vt/hw/ofwfb/
HDofwfb.c153 vd->vd_height)) in ofwfb_bitblt_bitmap()