Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dcursor.c48 c = cursor_alloc(width, height); in cursor_parse_xpm()
93 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height) in cursor_alloc() function
/openbmc/qemu/hw/display/
H A Dqxl-render.c252 c = cursor_alloc(cursor->header.width, cursor->header.height); in qxl_cursor()
H A Dvhost-user-gpu.c135 s->current_cursor = cursor_alloc(64, 64); in vhost_user_gpu_handle_cursor()
H A Dvmware_vga.c524 qc = cursor_alloc(c->width, c->height); in vmsvga_cursor_define()
H A Dati.c161 s->cursor = cursor_alloc(64, 64); in ati_cursor_define()
H A Dvirtio-gpu.c97 s->current_cursor = cursor_alloc(64, 64); in update_cursor()
/openbmc/qemu/include/ui/
H A Dconsole.h166 QEMUCursor *cursor_alloc(uint16_t width, uint16_t height);