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

  /src/sys/dev/pci/
radeonfbvar.h 149 struct wsdisplay_curpos rc_hot; member in struct:radeonfb_cursor
radeonfb.c 4074 nc->rc_hot = wc->hot;
4075 if (nc->rc_hot.x >= nc->rc_size.x)
4076 nc->rc_hot.x = nc->rc_size.x - 1;
4077 if (nc->rc_hot.y >= nc->rc_size.y)
4078 nc->rc_hot.y = nc->rc_size.y - 1;
4302 x -= dp->rd_cursor.rc_hot.x;
4303 y -= dp->rd_cursor.rc_hot.y;

Completed in 65 milliseconds