Lines Matching defs:sc_cursor
146 struct hwcursor64 sc_cursor; /* software copy of cursor */
305 sc->sc_cursor.cc_magic.x = TX_MAGIC_X;
306 sc->sc_cursor.cc_magic.y = TX_MAGIC_Y;
438 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
564 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x;
565 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y;
567 x += sc->sc_cursor.cc_magic.x;
568 y += sc->sc_cursor.cc_magic.y;
577 uint8_t *cp = sc->sc_cursor.cc_color;
600 ip = (uint8_t *)sc->sc_cursor.cc_image;
601 mp = (uint8_t *)sc->sc_cursor.cc_mask;
606 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
608 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
771 #define cc (&sc->sc_cursor)
850 sc->sc_cursor.cc_pos.x = x;
851 sc->sc_cursor.cc_pos.y = y;