Searched refs:monoForeground (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
H A Dtight.c141 static TLS uint32_t monoForeground = 0; variable
871 ((uint32_t *)tightAfterBuf)[1] = monoForeground;
887 ((uint16_t *)tightAfterBuf)[1] = (uint16_t)monoForeground;
898 cl->updateBuf[cl->ublen++] = (char)monoForeground;
1159 monoForeground = (uint32_t)c1;
1162 monoForeground = (uint32_t)c0;
1204 monoForeground = (uint32_t)c1; \
1207 monoForeground = (uint32_t)c0; \
1295 monoForeground = (uint32_t)c1t; \
1298 monoForeground
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c101 static CARD32 monoBackground, monoForeground; variable
732 ((CARD32 *)tightAfterBuf)[1] = monoForeground;
748 ((CARD16 *)tightAfterBuf)[1] = (CARD16)monoForeground;
759 updateBuf[ublen++] = (char)monoForeground;
996 monoForeground = (CARD32)c1;
999 monoForeground = (CARD32)c0;
1042 monoForeground = (CARD32)c1; \
1045 monoForeground = (CARD32)c0; \
1132 monoForeground = (CARD32)c1t; \
1135 monoForeground
[all...]

Completed in 53 milliseconds