Lines Matching refs:wi
345 int wi, he, x, y;
348 wi = ri->ri_font->fontwidth;
350 x = ri->ri_ccol * wi + ri->ri_xorigin;
352 cg6_invert(sc, x, y, wi, he);
1274 cgsix_rectfill(struct cgsix_softc *sc, int xs, int ys, int wi, int he,
1288 fbc->fbc_arectx = xs + wi - 1;
1294 int wi, int he, int rop)
1305 fbc->fbc_x1 = xs + wi - 1;
1309 fbc->fbc_x3 = xd + wi - 1;
1315 cgsix_setup_mono(struct cgsix_softc *sc, int x, int y, int wi, int he,
1323 fbc->fbc_x1 = x + wi - 1;
1331 sc->sc_mono_width = wi;
1366 int x, y, wi, he;
1379 wi = font->fontwidth;
1391 x = ri->ri_xorigin + col * wi;
1395 cgsix_rectfill(sc, x, y, wi, he, bg);
1400 cgsix_setup_mono(sc, x, y, wi, 1, fg, bg);
1420 int i, j, shift, x, y, wi, he, r, g, b, aval;
1435 wi = font->fontwidth;
1439 x = ri->ri_xorigin + col * wi;
1442 cgsix_rectfill(sc, x, y, wi, he, bg);
1457 fbc->fbc_clipmaxx = x + wi - 1;
1483 for (j = 0; j < wi; j++) {
1523 int x, y, wi, he;
1525 wi = ri->ri_font->fontwidth;
1533 x = col * wi + ri->ri_xorigin;
1535 cg6_invert(sc, x, y, wi, he);
1572 cg6_invert(struct cgsix_softc *sc, int x, int y, int wi, int he)
1583 fbc->fbc_arectx = x + wi - 1;