Home
last modified time | relevance | path

Searched refs:si_height (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/splash/
H A Dsplash.c198 if ((width > si->si_width) || (height > si->si_height)) { in splash_render()
201 width, height, si->si_width, si->si_height); in splash_render()
209 yoff = (si->si_height - height) / 2; in splash_render()
271 while (i < si->si_height*si->si_stride) { in splash_render8()
289 si->si_height*si->si_width); in splash_render8()
345 while (i < si->si_height*si->si_stride) { in splash_render16()
360 si->si_height*si->si_stride); in splash_render16()
410 while (i < si->si_height*si->si_stride) { in splash_render32()
430 si->si_height*si->si_stride); in splash_render32()
H A Dsplash.h49 int si_width, si_height; member
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft.c117 sc->sc_sp_info.si_height = ri->ri_height; in tft_attach()
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c427 scp->sc_splash.si_height = sc->sc_height; in genfb_attach()
/netbsd-src/sys/dev/pci/
H A Dradeonfb.c962 dp->rd_splash.si_height = ri->ri_height; in radeonfb_attach()