Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.h246 static inline void dpy_cursor(struct DisplayState *s, int x, int y) { in dpy_cursor() function
Dconsole.c1222 dpy_cursor(s->ds, s->x, s->y); in text_console_update()