Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_cursor

1029 				cp->x = sc->sc_cursor.cc_pos.x;
1030 cp->y = sc->sc_cursor.cc_pos.y;
1180 sc->sc_cursor.cc_pos.x = x;
1181 sc->sc_cursor.cc_pos.y = y;
1182 pos = ((sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x ) << 16) |
1183 ((sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y ) & 0xffff);
1197 sc->sc_cursor.cc_hot.x = cur->hot.x;
1198 sc->sc_cursor.cc_hot.y = cur->hot.y;