/freebsd/sys/dev/syscons/ |
H A D | scvidctl.c | 119 int vi_height; member 184 if ((ysize <= 0) || (ysize > info.vi_height)) in sc_set_text_mode() 185 ysize = info.vi_height; in sc_set_text_mode() 282 scp->ypixel = info.vi_height; in sc_set_graphics_mode() 358 ysize = info.vi_height/fontsize; in sc_set_pixel_mode() 360 if ((info.vi_width < xsize*8) || (info.vi_height < ysize*fontsize)) in sc_set_pixel_mode() 451 if (info->vi_width * info->vi_height / 8 > info->vi_window_size) in sc_support_pixel_mode()
|
H A D | scgfbrndr.c | 152 (adp->va_info.vi_width * adp->va_info.vi_height); in gfb_draw()
|
H A D | syscons.c | 468 info.vi_width == 800 && info.vi_height == 600 && in sc_set_vesa_mode() 526 scp->ypixel = info.vi_height; in sc_set_vesa_mode() 3633 scp->ypixel = info.vi_height; in init_scp() 3635 scp->ysize = info.vi_height / info.vi_cheight; in init_scp() 3640 scp->ysize = info.vi_height; in init_scp()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd_syscons.c | 277 if (off >= adp->va_info.vi_width * adp->va_info.vi_height) in am335x_rend_draw_cursor() 343 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_update_margins() 429 vi->vi_height = sc->height/vi->vi_cheight; in am335x_syscons_init() 436 if (vi->vi_height > ROW) in am335x_syscons_init() 437 vi->vi_height = ROW; in am335x_syscons_init() 440 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_init()
|
/freebsd/sys/dev/fb/ |
H A D | splash_pcx.c | 110 info.vi_width, info.vi_height, in pcx_start() 113 && info.vi_height >= pcx_info.height in pcx_start() 215 sheight = adp->va_info.vi_height; in pcx_draw()
|
H A D | vga.c | 1106 height = bios_vmode[i].vi_height; in probe_adapters() 1115 bios_vmode[i].vi_height != 2 * height)) { in probe_adapters() 1471 if ((info->vi_height != 0) in vga_query_mode() 1472 && (info->vi_height != bios_vmode[i].vi_height)) in vga_query_mode() 2153 buf[1] = info.vi_height/info.vi_cheight - 1; /* ROWS */ in vga_save_state() 2156 buf[1] = info.vi_height - 1; /* ROWS */ in vga_save_state() 2502 length = adp->va_line_width*adp->va_info.vi_height; in planar_fill() 2522 length = adp->va_line_width*adp->va_info.vi_height; in packed_fill() 2540 length = adp->va_line_width*adp->va_info.vi_height; in direct_fill() 2955 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in vga_dev_ioctl()
|
H A D | fb.c | 342 info->vi_width, info->vi_height, in fb_dump_mode_info() 347 info->vi_width, info->vi_height, in fb_dump_mode_info()
|
H A D | vesa.c | 968 vesa_vmode[modes].vi_height = vmode.v_height; in vesa_bios_init() 1250 if ((info->vi_height != 0) in vesa_query_mode() 1251 && (info->vi_height != vesa_vmode[i].vi_height)) in vesa_query_mode() 1365 vesa_adp->va_line_width = info.vi_buffer_size / info.vi_height; in vesa_set_mode() 1375 info.vi_buffer_size = bpsl * info.vi_height; in vesa_set_mode()
|
H A D | splash_bmp.c | 87 info.vi_height, info.vi_depth) == 0)) in bmp_start()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 360 if (off >= adp->va_info.vi_width * adp->va_info.vi_height) in bcmrend_draw_cursor() 425 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight)) / 2; in bcmfb_update_margins() 518 vi->vi_height = sc->height / vi->vi_cheight; in bcmfb_init() 525 if (vi->vi_height > ROW) in bcmfb_init() 526 vi->vi_height = ROW; in bcmfb_init() 529 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight)) / 2; in bcmfb_init()
|
/freebsd/lib/libvgl/ |
H A D | main.c | 265 VGLBufSize = max(VGLAdpInfo.va_line_width*VGLModeInfo.vi_height, in VGLInit() 278 VGLBufSize = VGLAdpInfo.va_line_width*VGLModeInfo.vi_height* in VGLInit() 318 VGLDisplay->Ysize = VGLModeInfo.vi_height; in VGLInit() 440 VGLDisplay->Ysize = VGLModeInfo.vi_height; in VGLCheckSwitch()
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 832 if ((vesa_rows * font_height > new_mode_info.vi_height) || in video_mode() 834 size[1] = new_mode_info.vi_height / in video_mode() 1142 if (info.vi_width == 0 && info.vi_height == 0 && in show_mode_info() 1153 info.vi_width, info.vi_height, in show_mode_info() 1177 info.vi_width, info.vi_height, in show_mode_info() 1184 info.vi_width, info.vi_height); in show_mode_info()
|
/freebsd/sys/dev/syscons/warp/ |
H A D | warp_saver.c | 140 scrh = info.vi_height; in warp_init()
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 394 vi->vi_height = sc->sc_height/sc->sc_font_height - 2*cborder; in ofwfb_init() 402 if (vi->vi_height > ROW) in ofwfb_init() 403 vi->vi_height = ROW; in ofwfb_init() 406 sc->sc_ymargin = (sc->sc_height - (vi->vi_height * vi->vi_cheight))/2; in ofwfb_init()
|
/freebsd/sys/dev/syscons/logo/ |
H A D | logo_saver.c | 151 scrh = info.vi_height; in logo_init()
|
/freebsd/sys/dev/syscons/rain/ |
H A D | rain_saver.c | 154 scrh = info.vi_height; in rain_init()
|
/freebsd/sys/dev/syscons/fire/ |
H A D | fire_saver.c | 154 scrh = info.vi_height; in fire_init()
|
/freebsd/sys/dev/syscons/plasma/ |
H A D | plasma_saver.c | 197 scrh = info.vi_height; in plasma_init()
|
/freebsd/sys/sys/ |
H A D | fbio.h | 209 int vi_height; member
|