Searched refs:bit8 (Results 1 – 3 of 3) sorted by relevance
202 $bit8 = ($byte >> 7) & 0x1;208 if ($bit8 == 0 && $bit7 == 0) {213 } else if ($bit8 == 0 && $bit7 == 1) {218 } else if ($bit8 == 1 && $bit7 == 0) {223 } else if ($bit7 == 1 && $bit8 == 1) {
149 BmpDecoder.prototype.bit8 = function() { method in BmpDecoder
1095 BmpDecoder.prototype.bit8=function(){for(var f=this.width%4,m=this.height-1;0<=m;m--){for(var e=0;e… method in BmpDecoder