Searched refs:cursor_alloc (Results 1 – 8 of 8) sorted by relevance
48 c = cursor_alloc(width, height); in cursor_parse_xpm()93 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height) in cursor_alloc() function
252 c = cursor_alloc(cursor->header.width, cursor->header.height); in qxl_cursor()
136 s->current_cursor = cursor_alloc(64, 64); in vhost_user_gpu_handle_cursor()
161 s->cursor = cursor_alloc(64, 64); in ati_cursor_define()
524 qc = cursor_alloc(c->width, c->height); in vmsvga_cursor_define()
424 s->cursor = cursor_alloc(width, height);
97 s->current_cursor = cursor_alloc(64, 64); in update_cursor()
166 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height);