Home | History | Annotate | Download | only in tc

Lines Matching defs:sc_cursor

87 	struct hwcursor64 sc_cursor;	/* software copy of cursor */
436 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
587 #define cc (&sc->sc_cursor)
672 sc->sc_cursor.cc_pos.x = x;
673 sc->sc_cursor.cc_pos.y = y;
691 struct wsdisplay_curpos *curpos = &sc->sc_cursor.cc_pos;
704 uint8_t *cp = sc->sc_cursor.cc_color;
722 ip = (uint8_t *)sc->sc_cursor.cc_image;
723 mp = (uint8_t *)sc->sc_cursor.cc_mask;
727 while (i < sc->sc_cursor.cc_size.y * 8) {
729 if ((i & 0x4) && sc->sc_cursor.cc_size.x < 33)