HomeSort by: relevance | last modified time | path
    Searched refs:cc_hot (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/sun/
cgsixvar.h 48 struct fbcurpos cc_hot; /* hot-spot */ member in struct:cg6_cursor
cgsix.c 733 p->hot = cc->cc_hot;
796 cc->cc_hot = p->hot;
885 #define COORD(f) (sc->sc_cursor.cc_pos.f - sc->sc_cursor.cc_hot.f)
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 65 struct fbcurpos cc_hot; /* hot-spot */ member in struct:cg14_cursor
cgfourteen.c 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;
  /src/sys/dev/tc/
sticvar.h 54 struct wsdisplay_curpos cc_hot; member in struct:stic_hwcursor64
cfb.c 107 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
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;
752 cc->cc_hot = p->hot;
mfb.c 95 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
495 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x;
496 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y;
643 cc->cc_hot = p->hot;
tfb.c 132 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
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;
810 cc->cc_hot = p->hot;
sfbplus.c 89 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
789 cc->cc_hot = p->hot;
853 x = cc->cc_pos.x - cc->cc_hot.x;
854 y = cc->cc_pos.y - cc->cc_hot.y;
874 x = cc->cc_pos.x - cc->cc_hot.x;
875 y = cc->cc_pos.y - cc->cc_hot.y;
stic.c 481 si->si_cursor.cc_hot.x = 0;
482 si->si_cursor.cc_hot.y = 0;
1329 cc->cc_hot = p->hot;
1406 x = si->si_cursor.cc_pos.x - si->si_cursor.cc_hot.x;
1407 y = si->si_cursor.cc_pos.y - si->si_cursor.cc_hot.y;
sfb.c 115 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
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;
806 cc->cc_hot = p->hot;
xcfb.c 66 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
636 cc->cc_hot = p->hot;
  /src/sys/dev/ic/
igsfbvar.h 49 struct wsdisplay_curpos cc_hot; member in struct:igs_hwcursor
igsfb.c 538 dc->dc_cursor.cc_hot.x = 0;
539 dc->dc_cursor.cc_hot.y = 0;
865 x = dc->dc_cursor.cc_pos.x - dc->dc_cursor.cc_hot.x;
872 y = dc->dc_cursor.cc_pos.y - dc->dc_cursor.cc_hot.y;
974 nhot = (v & WSDISPLAY_CURSOR_DOHOT) ? &hot : &cc->cc_hot;
988 cc->cc_hot = hot; /* local copy, possibly corrected */
  /src/sys/arch/pmax/ibus/
pm.c 68 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
601 x = sc->sc_cursor.cc_pos.x - sc->sc_cursor.cc_hot.x;
602 y = sc->sc_cursor.cc_pos.y - sc->sc_cursor.cc_hot.y;
743 cc->cc_hot = p->hot;
  /src/sys/arch/arm/iomd/
vidcvideo.c 78 struct wsdisplay_curpos cc_hot; member in struct:hwcursor32
554 x = dc->dc_cursor.cc_pos.x - dc->dc_cursor.cc_hot.x;
555 y = dc->dc_cursor.cc_pos.y - dc->dc_cursor.cc_hot.y;
736 cc->cc_hot = p->hot;

Completed in 22 milliseconds