Home
last modified time | relevance | path

Searched refs:sz_rfbXCursorColors (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/libvncserver/
Dcursor.c98 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()
104 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()
131 memcpy(&cl->updateBuf[cl->ublen], (char *)&colors, sz_rfbXCursorColors); in rfbSendCursorShape()
132 cl->ublen += sz_rfbXCursorColors; in rfbSendCursorShape()
/external/libvncserver/libvncclient/
Dcursor.c82 if (!ReadFromRFBServer(client, (char *)&rgb, sz_rfbXCursorColors)) { in HandleCursorShape()
/external/libvncserver/rfb/
Drfbproto.h899 #define sz_rfbXCursorColors 6 macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch2981 - if (!ReadFromRFBServer((char *)&rgb, sz_rfbXCursorColors)) {
3024 + if (!ReadFromRFBServer((char *)&rgb, sz_rfbXCursorColors)) {