Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.h108 struct VncRectStat struct
118 typedef struct VncRectStat VncRectStat; argument
125 VncRectStat stats[VNC_STAT_ROWS][VNC_STAT_COLS];
H A Dvnc.c2950 static VncRectStat *vnc_stat_rect(VncDisplay *vd, int x, int y) in vnc_stat_rect()
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()
3089 VncRectStat *rect; in vnc_rect_updated()