Lines Matching refs:sc_width
452 sc->sc_width = vmp->hdisplay;
583 wdf->width = sc->sc_width;
621 udl_fill_rect(sc, 0, 0, 0, sc->sc_width,
642 *(u_int *)data = sc->sc_width * (sc->sc_depth / 8);
737 sc->sc_ri.ri_width = sc->sc_width;
739 sc->sc_ri.ri_stride = sc->sc_width * (sc->sc_depth / 8);
752 rasops_init(&sc->sc_ri, sc->sc_height / 8, sc->sc_width / 8);
1170 soff = y * sc->sc_width + x;
1171 eoff = (y + font->fontheight) * sc->sc_width + x;
1198 soff += sc->sc_width;
1208 sbase = sy * sc->sc_width;
1209 ebase = (sy + height) * sc->sc_width;
1210 dbase = dy * sc->sc_width;
1224 soff += sc->sc_width;
1225 doff += sc->sc_width;
1240 sbase = y * sc->sc_width;
1241 ebase = (y + height) * sc->sc_width;
1254 soff += sc->sc_width;
1272 sbase = y * sc->sc_width;
1273 ebase = (y + height) * sc->sc_width;
1287 soff += sc->sc_width;
1306 sc_width + x;
1307 eoff = (y + height) * sc->sc_width + x;
1315 soff += sc->sc_width;
1750 stride16 = sc->sc_width * 2;
1752 stride8 = sc->sc_width;
1798 udl_fill_rect(sc, 0, 0, 0, sc->sc_width, sc->sc_height);
1842 sc->sc_fbmem_prev == NULL || sc->sc_width <= 0)
1849 stride = uimin(sc->sc_width, UDL_CMD_WIDTH_MAX - 8);
1853 for (offs = 0; offs < (sc->sc_height * sc->sc_width) - stride;