OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:push32le
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/webclients/novnc/include/
display.js
655
cur.
push32le
= function (num) {
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: reserve
[
all
...]
Completed in 829 milliseconds