Home
last modified time | relevance | path

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

/external/qemu/
Dvnc.c128 uint32_t dirty_row[VNC_MAX_HEIGHT][VNC_DIRTY_WORDS]; member
276 vnc_set_bit(vs->dirty_row[y], (x + i) / 16); in vnc_dpy_update()
323 memset(vs->dirty_row, 0xFF, sizeof(vs->dirty_row)); in vnc_dpy_resize()
538 if (!vnc_get_bit(vs->dirty_row[y + h], last_x)) in find_dirty_height()
541 vnc_clear_bit(vs->dirty_row[y + h], tmp_x); in find_dirty_height()
570 if (vnc_and_bits(vs->dirty_row[y], width_mask, VNC_DIRTY_WORDS)) { in vnc_update_client()
580 vnc_clear_bit(vs->dirty_row[y], (x / 16)); in vnc_update_client()
611 if (vnc_get_bit(vs->dirty_row[y], x)) { in vnc_update_client()
615 vnc_clear_bit(vs->dirty_row[y], x); in vnc_update_client()
1108 vnc_set_bits(vs->dirty_row[y_position + i], in framebuffer_update_request()
[all …]