Searched refs:vnc_stat_rect (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc.c | 2950 static VncRectStat *vnc_stat_rect(VncDisplay *vd, int x, int y) in vnc_stat_rect() function 3019 VncRectStat *rect = vnc_stat_rect(vd, x, y); in vnc_update_stats() 3034 VncRectStat *rect= vnc_stat_rect(vd, x, y); in vnc_update_stats() 3075 total += vnc_stat_rect(vs->vd, i, j)->freq; in vnc_update_freq() 3091 rect = vnc_stat_rect(vd, x, y); in vnc_rect_updated()
|