Lines Matching full:y_position
1488 int x_position, int y_position,
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;
1505 vnc_set_bits(vs->guest.dirty[y_position + i],
1507 vnc_set_bits(vs->server.dirty[y_position + i],