Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h19 uint8_t *row = vnc_server_fb_ptr(vd, x, y); in CONCAT()
H A Dvnc.h608 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y);
H A Dvnc.c780 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y) in vnc_server_fb_ptr() function
944 row = vnc_server_fb_ptr(vd, x, y); in vnc_raw_send_framebuffer_update()
H A Dvnc-enc-tight.c689 fbptr = vnc_server_fb_ptr(vd, x, y); in check_solid_tile32()