Home
last modified time | relevance | path

Searched refs:cursor_pos_x (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/display/
H A Dartist.c1249 int cx, cy, cursor_pos_x, cursor_pos_y; in artist_draw_cursor() local
1259 artist_get_cursor_pos(s, &cursor_pos_x, &cursor_pos_y); in artist_draw_cursor()
1266 cursor_pos_x + cx < 0 || in artist_draw_cursor()
1268 cursor_pos_x + cx > buf->width) { in artist_draw_cursor()
1273 (cursor_pos_x + cx); in artist_draw_cursor()