Home | History | Annotate | Download | only in pci

Lines Matching defs:he

114 		    int he, uint32_t color);
116 int yd, int wi, int he);
851 tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi, int he,
860 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
869 int he)
878 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
891 int x, ys, yd, wi, he;
902 he = ri->ri_font->fontheight * nrows;
903 tdvfb_bitblt(sc, x, ys, x, yd, wi, he);
914 int x, y, wi, he, fg, bg, ul;
929 he = ri->ri_font->fontheight * nrows;
930 tdvfb_rectfill(sc, x, y, wi, he, ri->ri_devcmap[bg]);