Searched refs:dheight (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Ddiofbvar.h86 u_int dheight; /* displayed part height */ member in struct:diofb
H A Ddiofb.c135 if (fb->dwidth == 0 || fb->dheight == 0) {
137 fb->dheight = (fbr->dhmsb << 8) | fbr->dhlsb;
146 if (fb->dheight > fb->fbheight)
147 fb->dheight = fb->fbheight;
185 ri->ri_height = fb->dheight;
308 aprint_normal(": %dx%d", fb->dwidth, fb->dheight);
H A Dtopcat.c279 if (sc->sc_fb->dheight == 400)
285 if (sc->sc_fb->dheight == 400)
373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400) {
H A Dgendiofb.c169 ri->ri_height = fb->dheight;
H A Dgbox.c275 fb->dheight = 768;
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite.c162 ip->dheight = fb->dhmsb << 8 | fb->dhlsb;
172 if (ip->dheight > ip->fbheight)
173 ip->dheight = ip->fbheight;
H A Dite_gb.c100 gbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR);
H A Ditevar.h66 short dheight, dwidth; member in struct:ite_data
H A Dite_dv.c122 dvbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR);
H A Dite_subr.c59 ip->rows = ip->dheight / ip->ftheight;
76 ip->fonty = ip->dheight;
H A Dite_sti.c192 ip->dheight = cfg.height;
324 ip->rows = ip->dheight / ip->ftheight;

Completed in 213 milliseconds