Home | History | Annotate | Download | only in qemu

Lines Matching refs:y_position

1487                                        int x_position, int y_position,
1492 if (y_position > ds_get_height(vs->ds))
1493 y_position = ds_get_height(vs->ds);
1496 if (y_position + h >= ds_get_height(vs->ds))
1497 h = ds_get_height(vs->ds) - y_position;
1504 vnc_set_bits(vs->guest.dirty[y_position + i],
1506 vnc_set_bits(vs->server.dirty[y_position + i],