Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Ddisplay.js655 cur.push32le = function (num) { function
678 cur.push32le(IHDRsz + RGBsz + XORsz + ANDsz);
680 cur.push32le(22); // 18: offset of cursor data in the file
683 cur.push32le(IHDRsz); // 22: InfoHeader size
684 cur.push32le(w); // 26: Cursor width
685 cur.push32le(h * 2); // 30: XOR+AND height
688 cur.push32le(0); // 38: Type of compression
690 cur.push32le(XORsz + ANDsz);
692 cur.push32le(0); // 46: reserved
693 cur.push32le(0); // 50: reserved
[all …]