Lines Matching defs:he
80 int he, uint32_t color);
82 int yd, int wi, int he);
351 mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, int he,
358 mntva_reg_write(sc, MNTVA_BLITTERY2, (uint16_t) y + he - 1);
368 int he)
373 mntva_reg_write(sc, MNTVA_BLITTERY2, (uint16_t) yd + he - 1);
377 mntva_reg_write(sc, MNTVA_BLITTERY4, (uint16_t) ys + he - 1);
391 int x, ys, yd, wi, he;
402 he = ri->ri_font->fontheight * nrows;
403 mntva_bitblt(sc, x, ys, x, yd, wi, he);
413 int x, y, wi, he, fg, bg, ul;
428 he = ri->ri_font->fontheight * nrows;
429 mntva_rectfill(sc, x, y, wi, he, ri->ri_devcmap[bg]);
549 int x, y, wi, he;
556 he = ri->ri_font->fontheight;
560 y = ri->ri_crow * he + ri->ri_yorigin;
562 mntva_bitblt(sc, x, y, x, y, wi, he);
569 y = ri->ri_crow * he + ri->ri_yorigin;
570 mntva_bitblt(sc, x, y, x, y, wi, he);