Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Drfb.js1642 arr.push16(255); // red-max
1643 arr.push16(255); // green-max
1644 arr.push16(255); // blue-max
1673 arr.push16(encList.length); // encoding count
1690 arr.push16(x);
1691 arr.push16(y);
1692 arr.push16(xw);
1693 arr.push16(yw);
1723 arr.push16(0);
1735 arr.push16(x);
[all …]
Dutil.js25 Array.prototype.push16 = function (num) { method in Array