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

  /external/libvncserver/libvncserver/
tight.c 141 static TLS uint32_t monoForeground = 0;
871 ((uint32_t *)tightAfterBuf)[1] = monoForeground;
887 ((uint16_t *)tightAfterBuf)[1] = (uint16_t)monoForeground;
898 cl->updateBuf[cl->ublen++] = (char)monoForeground;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 101 static CARD32 monoBackground, monoForeground;
732 ((CARD32 *)tightAfterBuf)[1] = monoForeground;
748 ((CARD16 *)tightAfterBuf)[1] = (CARD16)monoForeground;
759 updateBuf[ublen++] = (char)monoForeground;
996 monoForeground = (CARD32)c1;
999 monoForeground = (CARD32)c0;
    [all...]

Completed in 3209 milliseconds