Searched refs:tight_pack24 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 886 static void tight_pack24(VncState *vs, uint8_t *buf, size_t count, size_t *ret) in tight_pack24() function 931 tight_pack24(vs, vs->tight->tight.buffer, w * h, in send_full_color_rect() 952 tight_pack24(vs, vs->tight->tight.buffer, 1, &vs->tight->tight.offset); in send_solid_rect() 996 tight_pack24(vs, (unsigned char*)buf, 2, &ret); in send_mono_rect() 1109 tight_pack24(vs, vs->output.buffer + old_offset, colors, &offset); in send_palette_rect()
|