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 3921 nc->rc_hot = wc->hot;
3922 if (nc->rc_hot.x >= nc->rc_size.x)
3923 nc->rc_hot.x = nc->rc_size.x - 1;
3924 if (nc->rc_hot.y >= nc->rc_size.y)
3925 nc->rc_hot.y = nc->rc_size.y - 1;
4149 x -= dp->rd_cursor.rc_hot.x;
4150 y -= dp->rd_cursor.rc_hot.y;

Completed in 15 milliseconds