Lines Matching defs:sc_cursor
121 struct hwcursor64 sc_cursor; /* software copy of cursor */
271 sc->sc_cursor.cc_magic.x = CX_MAGIC_X;
272 sc->sc_cursor.cc_magic.y = CX_MAGIC_Y;
400 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
521 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x;
522 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y;
524 x += sc->sc_cursor.cc_magic.x;
525 y += sc->sc_cursor.cc_magic.y;
534 uint8_t *cp = sc->sc_cursor.cc_color;
550 ip = (uint8_t *)sc->sc_cursor.cc_image;
551 mp = (uint8_t *)sc->sc_cursor.cc_mask;
556 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
558 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
713 #define cc (&sc->sc_cursor)
792 sc->sc_cursor.cc_pos.x = x;
793 sc->sc_cursor.cc_pos.y = y;