Searched refs:push8 (Results 1 – 2 of 2) sorted by relevance
1633 arr.push8(0); // padding1634 arr.push8(0); // padding1635 arr.push8(0); // padding1637 arr.push8(fb_Bpp * 8); // bits-per-pixel1638 arr.push8(fb_depth * 8); // depth1639 arr.push8(0); // little-endian1640 arr.push8(conf.true_color ? 1 : 0); // true-color1645 arr.push8(16); // red-shift1646 arr.push8(8); // green-shift1647 arr.push8(0); // blue-shift[all …]
21 Array.prototype.push8 = function (num) { method in Array