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

  /src/sys/dev/sun/
cgsixvar.h 48 struct fbcurpos cc_hot; /* hot-spot */ member in struct:cg6_cursor
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 65 struct fbcurpos cc_hot; /* hot-spot */ member in struct:cg14_cursor
  /src/sys/dev/ic/
igsfbvar.h 49 struct wsdisplay_curpos cc_hot; member in struct:igs_hwcursor
  /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;
xcfb.c 66 struct wsdisplay_curpos cc_hot; member in struct:hwcursor64
636 cc->cc_hot = p->hot;
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;
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;
  /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 39 milliseconds