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

  /src/sys/dev/sun/
cgsixvar.h 47 struct fbcurpos cc_pos; /* position */ member in struct:cg6_cursor
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 64 struct fbcurpos cc_pos; /* position */ member in struct:cg14_cursor
  /src/sys/dev/ic/
igsfbvar.h 48 struct wsdisplay_curpos cc_pos; member in struct:igs_hwcursor
  /src/sys/dev/tc/
sticvar.h 53 struct wsdisplay_curpos cc_pos; member in struct:stic_hwcursor64
cfb.c 106 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
400 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
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;
792 sc->sc_cursor.cc_pos.x = x;
793 sc->sc_cursor.cc_pos.y = y;
mfb.c 94 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
366 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
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;
680 sc->sc_cursor.cc_pos.x = x;
681 sc->sc_cursor.cc_pos.y = y;
xcfb.c 65 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
436 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
672 sc->sc_cursor.cc_pos.x = x;
673 sc->sc_cursor.cc_pos.y = y;
691 struct wsdisplay_curpos *curpos = &sc->sc_cursor.cc_pos;
sfb.c 114 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
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;
847 sc->sc_cursor.cc_pos.x = x;
848 sc->sc_cursor.cc_pos.y = y;
tfb.c 131 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
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;
850 sc->sc_cursor.cc_pos.x = x;
851 sc->sc_cursor.cc_pos.y = y;
sfbplus.c 88 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
470 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
829 sc->sc_cursor.cc_pos.x = x;
830 sc->sc_cursor.cc_pos.y = y;
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 67 struct wsdisplay_curpos cc_pos; member in struct:hwcursor64
481 *(struct wsdisplay_curpos *)data = sc->sc_cursor.cc_pos;
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;
804 sc->sc_cursor.cc_pos.x = x;
805 sc->sc_cursor.cc_pos.y = y;
  /src/sys/arch/arm/iomd/
vidcvideo.c 77 struct wsdisplay_curpos cc_pos; member in struct:hwcursor32
405 *(struct wsdisplay_curpos *)data = dc->dc_cursor.cc_pos;
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;
778 dc->dc_cursor.cc_pos.x = x;
779 dc->dc_cursor.cc_pos.y = y;

Completed in 66 milliseconds