Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Drfb.js864 var true_color = this._sock.rQshift8();
912 ", true_color: " + true_color +
1264 pixelFormat: function (bpp, depth, true_color) { argument
1273 arr.push8(true_color ? 1 : 0); // true-color
1288 clientEncodings: function (encodings, local_cursor, true_color) { argument
1294 } else if (encodings[i][0] === "TIGHT" && !true_color) {