Home | History | Annotate | Download | only in ui

Lines Matching refs:ds_get_height

363                    ds_get_height(ds) != vs->guest.ds->height;
370 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
1250 ds_get_width(vs->ds), ds_get_height(vs->ds),
1275 y * 0x7FFF / (ds_get_height(vs->ds) - 1),
1493 if (y_position > ds_get_height(vs->ds))
1494 y_position = ds_get_height(vs->ds);
1497 if (y_position + h >= ds_get_height(vs->ds))
1498 h = ds_get_height(vs->ds) - y_position;
1518 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1528 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1704 ds_get_height(vs->ds), VNC_ENCODING_WMVi);
1854 vnc_write_u16(vs, ds_get_height(vs->ds));