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.h599 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y);
H A Dvnc-enc-tight.c684 fbptr = vnc_server_fb_ptr(vd, x, y); in check_solid_tile32()
H A Dvnc.c779 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y) in vnc_server_fb_ptr() function
943 row = vnc_server_fb_ptr(vd, x, y); in vnc_raw_send_framebuffer_update()