HomeSort by relevance Sort by last modified time
    Searched full:dpy_text_cursor (Results 1 - 4 of 4) 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;
  /external/qemu/docs/
DISPLAY-STATE.TXT 33 dpy_text_cursor: the hardware placed the text cursor at a given (x,y).

Completed in 186 milliseconds