HomeSort by relevance Sort by last modified time
    Searched refs:dpy_text_cursor (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
display.c 100 dcl->dpy_text_cursor = NULL;
  /external/qemu/
console.h 180 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y); member in struct:DisplayChangeListener
365 if (dcl->dpy_text_cursor) dcl->dpy_text_cursor(s, x, y);
curses.c 365 dcl->dpy_text_cursor = curses_cursor_position;

Completed in 345 milliseconds