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

  /external/qemu/ui/
curses.c 101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight)
105 gheight = ds_get_height(ds);
vnc-android.c 363 ds_get_height(ds) != vs->guest.ds->height;
370 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
    [all...]
vnc.c 355 ds_get_height(ds) != vs->guest.ds->height;
362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
    [all...]
console.c 674 vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds),
688 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds));
1108 active_console->g_height = ds_get_height(active_console->ds);
    [all...]
  /external/qemu/hw/android/goldfish/
fb.c 565 ret = ds_get_height(s->ds);
583 ret = pixels_to_mm( ds_get_height(s->ds), s->dpi );
  /external/qemu/include/ui/
console.h 405 static inline int ds_get_height(DisplayState *ds) function

Completed in 105 milliseconds