Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Drfb.js1633 arr.push8(0); // padding
1634 arr.push8(0); // padding
1635 arr.push8(0); // padding
1637 arr.push8(fb_Bpp * 8); // bits-per-pixel
1638 arr.push8(fb_depth * 8); // depth
1639 arr.push8(0); // little-endian
1640 arr.push8(conf.true_color ? 1 : 0); // true-color
1645 arr.push8(16); // red-shift
1646 arr.push8(8); // green-shift
1647 arr.push8(0); // blue-shift
[all …]
Dutil.js21 Array.prototype.push8 = function (num) { method in Array