Searched refs:host_x (Results 1 – 1 of 1) sorted by relevance
867 u32 host_x, host_y; in vbox_cursor_move() local880 y + crtc_y, &host_x, &host_y); in vbox_cursor_move()893 if (ret || (host_x == 0 && host_y == 0)) in vbox_cursor_move()896 if (x + crtc_x < host_x) in vbox_cursor_move()897 hot_x = min(host_x - x - crtc_x, vbox->cursor_width); in vbox_cursor_move()