HomeSort by relevance Sort by last modified time
    Searched refs:tightAfterBuf (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 150 static TLS char *tightAfterBuf = NULL;
162 free (tightAfterBuf);
164 tightAfterBuf = NULL;
639 if (tightAfterBuf == NULL)
640 tightAfterBuf = (char *)malloc(tightAfterBufSize);
642 tightAfterBuf = (char *)realloc(tightAfterBuf,
870 ((uint32_t *)tightAfterBuf)[0] = monoBackground;
871 ((uint32_t *)tightAfterBuf)[1] = monoForeground;
873 Pack24(cl, tightAfterBuf, &cl->format, 2)
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 110 static char *tightAfterBuf = NULL;
519 if (tightAfterBuf == NULL)
520 tightAfterBuf = (char *)xalloc(tightAfterBufSize);
522 tightAfterBuf = (char *)xrealloc(tightAfterBuf,
731 ((CARD32 *)tightAfterBuf)[0] = monoBackground;
732 ((CARD32 *)tightAfterBuf)[1] = monoForeground;
734 Pack24(tightAfterBuf, &cl->format, 2);
739 memcpy(&updateBuf[ublen], tightAfterBuf, paletteLen);
747 ((CARD16 *)tightAfterBuf)[0] = (CARD16)monoBackground
    [all...]

Completed in 457 milliseconds