Home
last modified time | relevance | path

Searched refs:ds_get_height (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dvnc.c355 ds_get_height(ds) != vs->guest.ds->height; in vnc_resize()
362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize()
1243 ds_get_width(vs->ds), ds_get_height(vs->ds), in check_pointer_type_change()
1268 y * 0x7FFF / (ds_get_height(vs->ds) - 1), in pointer_event()
1486 if (y_position > ds_get_height(vs->ds)) in framebuffer_update_request()
1487 y_position = ds_get_height(vs->ds); in framebuffer_update_request()
1490 if (y_position + h >= ds_get_height(vs->ds)) in framebuffer_update_request()
1491 h = ds_get_height(vs->ds) - y_position; in framebuffer_update_request()
1511 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack()
1521 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack()
[all …]
Dvnc-android.c361 ds_get_height(ds) != vs->guest.ds->height; in vnc_resize()
368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize()
1249 ds_get_width(vs->ds), ds_get_height(vs->ds), in check_pointer_type_change()
1274 y * 0x7FFF / (ds_get_height(vs->ds) - 1), in pointer_event()
1492 if (y_position > ds_get_height(vs->ds)) in framebuffer_update_request()
1493 y_position = ds_get_height(vs->ds); in framebuffer_update_request()
1496 if (y_position + h >= ds_get_height(vs->ds)) in framebuffer_update_request()
1497 h = ds_get_height(vs->ds) - y_position; in framebuffer_update_request()
1517 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack()
1527 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack()
[all …]
Dcurses.c101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight) in curses_resize()
105 gheight = ds_get_height(ds); in curses_resize()
Dconsole.c674 vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds), in console_refresh()
688 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds)); in console_refresh()
1108 active_console->g_height = ds_get_height(active_console->ds); in console_select()
1245 s->g_height = ds_get_height(s->ds); in text_console_invalidate()
1424 surf = da->create_displaysurface(ds_get_width(ds), ds_get_height(ds)); in register_displayallocator()
1522 s->g_height = ds_get_height(s->ds); in text_console_do_init()
Dconsole.h405 static inline int ds_get_height(DisplayState *ds) in ds_get_height() function
/external/qemu/hw/
Dgoldfish_fb.c554 ret = ds_get_height(s->ds); in goldfish_fb_read()
572 ret = pixels_to_mm( ds_get_height(s->ds), s->dpi ); in goldfish_fb_read()