HomeSort by relevance Sort by last modified time
    Searched refs:ds_get_width (Results 1 - 5 of 5) 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.h 264 static inline int ds_get_width(DisplayState *ds) function
console.c 630 vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds),
644 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds));
1063 active_console->g_width = ds_get_width(active_console->ds);
    [all...]

Completed in 280 milliseconds