Home
last modified time | relevance | path

Searched refs:si_width (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()
208 xoff = (si->si_width - width) / 2; in splash_render()
289 si->si_height*si->si_width); in splash_render8()
293 rp = si->si_bits + xoff + (yoff * si->si_width); in splash_render8()
294 hrp = si->si_hwbits + xoff + (yoff * si->si_width); in splash_render8()
H A Dsplash.h49 int si_width, si_height; member
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft.c116 sc->sc_sp_info.si_width = ri->ri_width; in tft_attach()
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c426 scp->sc_splash.si_width = sc->sc_width; in genfb_attach()
/netbsd-src/sys/dev/pci/
H A Dradeonfb.c961 dp->rd_splash.si_width = ri->ri_width; in radeonfb_attach()