Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_linebytes

234 	if (!prop_dictionary_get_uint32(dict, "linebytes", &sc->sc_linebytes))
235 sc->sc_linebytes = (sc->sc_width * sc->sc_bits_per_pixel) >> 3;
262 (sc->sc_fbsize / sc->sc_linebytes) - sc->sc_height - 1,
277 (sc->sc_fbsize / sc->sc_linebytes) - sc->sc_height - 1,
537 src = xs + ys * sc->sc_linebytes;
538 dst = xd + yd * sc->sc_linebytes;
550 src += (height - 1) * sc->sc_linebytes;
551 dst += (height - 1) * sc->sc_linebytes;
554 stride = (sc->sc_linebytes << 16) | sc->sc_linebytes;
577 dst = x + y * sc->sc_linebytes;
579 stride = (sc->sc_linebytes << 16) | sc->sc_linebytes;
637 dst = x + y * sc->sc_linebytes;
639 stride = sc->sc_linebytes << 16;
757 dst = xd + yd * sc->sc_linebytes;
759 stride = (sc->sc_linebytes << 16);