Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile.c58 vs->hextile.send_tile(vs, i, j, in vnc_hextile_send_framebuffer_update()
74 vs->hextile.send_tile = send_hextile_tile_32; in vnc_hextile_set_pixel_conversion()
80 vs->hextile.send_tile = send_hextile_tile_generic_32; in vnc_hextile_set_pixel_conversion()
H A Dvnc.h210 VncSendHextileTile *send_tile; member