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

  /external/libvncserver/libvncserver/
tight.c 140 static TLS uint32_t monoBackground = 0;
870 ((uint32_t *)tightAfterBuf)[0] = monoBackground;
886 ((uint16_t *)tightAfterBuf)[0] = (uint16_t)monoBackground;
897 cl->updateBuf[cl->ublen++] = (char)monoBackground;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 101 static CARD32 monoBackground, monoForeground;
731 ((CARD32 *)tightAfterBuf)[0] = monoBackground;
747 ((CARD16 *)tightAfterBuf)[0] = (CARD16)monoBackground;
758 updateBuf[ublen++] = (char)monoBackground;
995 monoBackground = (CARD32)c0;
998 monoBackground = (CARD32)c1;
    [all...]

Completed in 905 milliseconds