Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c150 static TLS char *tightAfterBuf = NULL; variable
162 free (tightAfterBuf); in rfbTightCleanup()
164 tightAfterBuf = NULL; in rfbTightCleanup()
639 if (tightAfterBuf == NULL) in SendRectSimple()
640 tightAfterBuf = (char *)malloc(tightAfterBufSize); in SendRectSimple()
642 tightAfterBuf = (char *)realloc(tightAfterBuf, in SendRectSimple()
870 ((uint32_t *)tightAfterBuf)[0] = monoBackground; in SendMonoRect()
871 ((uint32_t *)tightAfterBuf)[1] = monoForeground; in SendMonoRect()
873 Pack24(cl, tightAfterBuf, &cl->format, 2); in SendMonoRect()
878 memcpy(&cl->updateBuf[cl->ublen], tightAfterBuf, paletteLen); in SendMonoRect()
[all …]