Home
last modified time | relevance | path

Searched refs:rQshiftBytes (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Drfb.js663 var types = this._sock.rQshiftBytes(num_types);
717 var challenge = this._sock.rQshiftBytes(16);
1117 var hdr = this._sock.rQshiftBytes(12);
1413 color = this._sock.rQshiftBytes(this._fb_Bpp); // Background
1418 color = this._sock.rQshiftBytes(this._fb_Bpp);
1675 var palette = this._sock.rQshiftBytes(paletteSize);
1679 data = this._sock.rQshiftBytes(clength[1]);
1681 data = decompress(this._sock.rQshiftBytes(clength[1]));
1712 this._sock.rQshiftBytes(1 + clength[0]);
1715 data = this._sock.rQshiftBytes(clength[1]);
[all …]
Dwebsock.js139 rQshiftBytes: function (len) { method in Websock