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

  /external/qemu/
curses.c 101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight)
104 gwidth = ds_get_width(ds);
vnc-android.c 360 size_changed = ds_get_width(ds) != vs->guest.ds->width ||
368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
736 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS);
    [all...]
vnc.c 354 size_changed = ds_get_width(ds) != vs->guest.ds->width ||
362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
730 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS);
    [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));
1107 active_console->g_width = ds_get_width(active_console->ds);
    [all...]
console.h 400 static inline int ds_get_width(DisplayState *ds) function
  /external/qemu/hw/
goldfish_fb.c 558 ret = ds_get_width(s->ds);
576 ret = pixels_to_mm( ds_get_width(s->ds), s->dpi );

Completed in 213 milliseconds