Home | History | Annotate | Download | only in tc

Lines Matching defs:sc_cursor

129 	struct hwcursor64 sc_cursor;	/* software copy of cursor */
284 sc->sc_cursor.cc_magic.x = HX_MAGIC_X;
285 sc->sc_cursor.cc_magic.y = HX_MAGIC_Y;
434 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
574 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x;
575 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y;
576 x += sc->sc_cursor.cc_magic.x;
577 y += sc->sc_cursor.cc_magic.y;
586 uint8_t *cp = sc->sc_cursor.cc_color;
602 ip = (uint8_t *)sc->sc_cursor.cc_image;
603 mp = (uint8_t *)sc->sc_cursor.cc_mask;
608 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
610 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
767 #define cc (&sc->sc_cursor)
847 sc->sc_cursor.cc_pos.x = x;
848 sc->sc_cursor.cc_pos.y = y;