ds_cursor_paint 48 uspace/srv/hid/display/cursor.h extern errno_t ds_cursor_paint(ds_cursor_t *, gfx_coord2_t *, gfx_rect_t *); ds_cursor_paint 641 uspace/srv/hid/display/seat.c return ds_cursor_paint(cursor, &seat->pntpos, rect); ds_cursor_paint 115 uspace/srv/hid/display/test/cursor.c ds_cursor_paint(cursor, &pos, NULL); ds_cursor_paint 165 uspace/srv/hid/display/test/cursor.c ds_cursor_paint(cursor, &pos, &clip);HelenOS homepage, sources at GitHub