Lines Matching defs:wi
1282 cg14_rectfill(struct cgfourteen_softc *sc, int x, int y, int wi, int he,
1302 cnt = wi;
1342 * - does not handle wi > 64 or wi < 4, not that we need it for our fonts
1346 cg14_invert(struct cgfourteen_softc *sc, int x, int y, int wi, int he)
1364 post = (x + wi) & 3;
1369 words = (wi + pre + 3) >> 2;
1426 int wi, int he, int rop)
1450 cnt = wi;
1480 cnt = wi;
1507 int wi, int he, int rop)
1511 int line, cnt = wi, stride = sc->sc_fb.fb_type.fb_width;
1512 int dreg = 8, swi = wi, dd;
1566 int i, x, y, wi, he;
1580 wi = font->fontwidth;
1586 x = ri->ri_xorigin + col * wi;
1590 cg14_rectfill(sc, x, y, wi, he, bg);
1592 cg14_rectfill(sc, x, y + he - 2, wi, 1, fg);
1609 sxm(SX_STBS, addr, 8, wi - 1);
1621 sxm(SX_STBS, addr, 8, wi - 1);
1629 cg14_rectfill(sc, x, y + he - 2, wi, 1, fg);
1637 int wi, he, x, y;
1640 wi = ri->ri_font->fontwidth;
1642 x = ri->ri_ccol * wi + ri->ri_xorigin;
1644 cg14_invert(sc, x, y, wi, he);
1655 int x, y, wi, he;
1657 wi = ri->ri_font->fontwidth;
1665 x = col * wi + ri->ri_xorigin;
1667 cg14_invert(sc, x, y, wi, he);
1689 int i, j, x, y, wi, he, r, g, b, aval, cnt, reg;
1703 wi = font->fontwidth;
1708 x = ri->ri_xorigin + col * wi;
1711 cg14_rectfill(sc, x, y, wi, he, bg);
1713 cg14_rectfill(sc, x, y + he - 2, wi, 1, fg);
1742 for (j = 0; j < wi; j++) {
1767 cnt = wi;
1792 cg14_rectfill(sc, x, y + he - 2, wi, 1, fg);