Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-jobs.c188 local->lossy_rect = orig->lossy_rect; in vnc_async_encoding_start()
207 orig->lossy_rect = local->lossy_rect; in vnc_async_encoding_end()
H A Dvnc.c1356 g_free(vs->lossy_rect[i]); in vnc_disconnect_finish()
1358 g_free(vs->lossy_rect); in vnc_disconnect_finish()
2968 vs->lossy_rect[j][i] = 1; in vnc_sent_lossy_rect()
2991 if (!vs->lossy_rect[sty][stx]) { in vnc_refresh_lossy_rect()
2995 vs->lossy_rect[sty][stx] = 0; in vnc_refresh_lossy_rect()
3292 vs->lossy_rect = g_malloc0(VNC_STAT_ROWS * sizeof (*vs->lossy_rect)); in vnc_connect()
3294 vs->lossy_rect[i] = g_new0(uint8_t, VNC_STAT_COLS); in vnc_connect()
H A Dvnc.h273 uint8_t **lossy_rect; /* Not an Array to avoid costly memcpy in member