Searched refs:vi_height (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sys/dev/fb/
H A Dsplash_pcx.c106 " vi_height = %d\n"
110 info.vi_width, info.vi_height,
113 && info.vi_height >= pcx_info.height
215 sheight = adp->va_info.vi_height;
H A Dvga.c1475 if ((info->vi_height != 0)
1476 && (info->vi_height != bios_vmode[i].vi_height))
2157 buf[1] = info.vi_height/info.vi_cheight - 1; /* ROWS */
2160 buf[1] = info.vi_height - 1; /* ROWS */
2510 length = adp->va_line_width*adp->va_info.vi_height;
2530 length = adp->va_line_width*adp->va_info.vi_height;
2548 length = adp->va_line_width*adp->va_info.vi_height;
2955 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height;
H A Dvesa.c966 vesa_vmode[modes].vi_height = vmode.v_height;
1247 if ((info->vi_height != 0)
1248 && (info->vi_height != vesa_vmode[i].vi_height))
1353 vesa_adp->va_line_width = info.vi_buffer_size / info.vi_height;
1363 info.vi_buffer_size = bpsl * info.vi_height;
H A Dfb.c586 info->vi_width, info->vi_height,
591 info->vi_width, info->vi_height,
H A Dsplash_bmp.c99 info.vi_height, info.vi_depth) == 0))
H A Dcreator.c486 vi->vi_height = strtol(buf, NULL, 10);
497 sc->sc_ymargin = (sc->sc_height - (vi->vi_height * vi->vi_cheight)) / 2;
H A Dmachfb.c562 vi->vi_height = strtol(buf, NULL, 10);
574 sc->sc_ymargin = (sc->sc_height - (vi->vi_height * vi->vi_cheight)) / 2;
/freebsd-9.3-release/sys/dev/syscons/
H A Dscvidctl.c120 int vi_height; member in struct:old_video_info
183 if ((ysize <= 0) || (ysize > info.vi_height))
184 ysize = info.vi_height;
281 scp->ypixel = info.vi_height;
355 ysize = info.vi_height/fontsize;
357 if ((info.vi_width < xsize*8) || (info.vi_height < ysize*fontsize))
448 if (info->vi_width * info->vi_height / 8 > info->vi_window_size)
H A Dscgfbrndr.c181 (adp->va_info.vi_width * adp->va_info.vi_height);
H A Dsyscons.c390 info.vi_width == 800 && info.vi_height == 600 &&
448 scp->ypixel = info.vi_height;
3234 scp->ypixel = info.vi_height;
3236 scp->ysize = info.vi_height/info.vi_cheight;
3241 scp->ysize = info.vi_height;
/freebsd-9.3-release/lib/libvgl/
H A Dmain.c246 * VGLAdpInfo.va_line_width*VGLModeInfo.vi_height*VGLModeInfo.vi_planes
254 VGLBufSize = max(VGLAdpInfo.va_line_width*VGLModeInfo.vi_height,
294 VGLDisplay->Ysize = VGLModeInfo.vi_height;
408 VGLDisplay->Ysize = VGLModeInfo.vi_height;
/freebsd-9.3-release/sys/dev/syscons/fire/
H A Dfire_saver.c158 scrh = info.vi_height;
/freebsd-9.3-release/sys/dev/syscons/logo/
H A Dlogo_saver.c155 scrh = info.vi_height;
/freebsd-9.3-release/sys/dev/syscons/rain/
H A Drain_saver.c158 scrh = info.vi_height;
/freebsd-9.3-release/sys/dev/syscons/warp/
H A Dwarp_saver.c144 scrh = info.vi_height;
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3_syscons.c359 vi->vi_height = sc->sc_height/sc->sc_font_height - 2*cyborder;
367 if (vi->vi_height > ROW)
368 vi->vi_height = ROW;
371 sc->sc_ymargin = (sc->sc_height - (vi->vi_height * vi->vi_cheight))/2;
/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c168 size[1] = cur_info.video_mode_info.vi_height /
657 if ((vesa_rows * font_height > new_mode_info.vi_height) ||
659 size[1] = new_mode_info.vi_height /
978 _info.vi_width, _info.vi_height,
1002 _info.vi_width, _info.vi_height,
1009 _info.vi_width, _info.vi_height);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dgdc.c1032 if ((info->vi_height != 0)
1033 && (info->vi_height != bios_vmode[i].vi_height))
1098 if (info.vi_height > 400)
1375 length = adp->va_line_width*adp->va_info.vi_height;
1444 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height;
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_syscons.c348 vi->vi_height = sc->sc_height/sc->sc_font_height - 2*cborder;
356 if (vi->vi_height > ROW)
357 vi->vi_height = ROW;
360 sc->sc_ymargin = (sc->sc_height - (vi->vi_height * vi->vi_cheight))/2;
/freebsd-9.3-release/sys/sys/
H A Dfbio.h358 int vi_height; member in struct:video_info
/freebsd-9.3-release/sys/i386/xbox/
H A Dxboxfb.c260 vi->vi_height = (sc->sc_height / vi->vi_cheight);

Completed in 274 milliseconds