Searched refs:rfbTightNoZlib (Results 1 – 5 of 5) sorted by relevance
860 #define rfbTightNoZlib 0x0A macro
719 updateBuf[ublen++] = (char)((rfbTightNoZlib | rfbTightExplicitFilter) << 4);784 updateBuf[ublen++] = (char)((rfbTightNoZlib | rfbTightExplicitFilter) << 4);847 updateBuf[ublen++] = (char)(rfbTightNoZlib << 4);
858 (char)((rfbTightNoZlib | rfbTightExplicitFilter) << 4); in SendMonoRect()934 (char)((rfbTightNoZlib | rfbTightExplicitFilter) << 4); in SendIndexedRect()1009 cl->updateBuf[cl->ublen++] = (char)(rfbTightNoZlib << 4); in SendFullColorRect()
203 following: -- TightPng encoding and the rfbTightNoZlib extension need not205 by TurboVNC-compatible viewers, then the rfbTightNoZlib extension362 also sets bits 7-4 in the compression control byte to rfbTightNoZlib414 level and subsampling encodings as well as the rfbTightNoZlib
17081 + if ((comp_ctl & rfbTightNoZlib) == rfbTightNoZlib) {17082 + comp_ctl &= ~(rfbTightNoZlib);20782 +#define rfbTightNoZlib 0x0A