Home
last modified time | relevance | path

Searched refs:sz_rfbXCursorColors (Results 1 – 3 of 3) 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.h920 #define sz_rfbXCursorColors 6 macro