Lines Matching refs:BmpDecoder
1088 …);this.geoSec.appendChild(this.createCellElem("NoLine","0"))};function BmpDecoder(f,m){this.pos=0;… class
1089 BmpDecoder.prototype.parseHeader=function(){var f=this.buffer;this.fileSize=f[this.pos+3]<<24|f[thi…
1092 this.palette[m]={red:k,green:q,blue:e,quad:d}}}};BmpDecoder.prototype.parseBGR=function(){this.pos=…
1093 BmpDecoder.prototype.bit1=function(){for(var f=Math.ceil(this.width/8),m=f%4,e=this.height-1;0<=e;e…
1094 BmpDecoder.prototype.bit4=function(){for(var f=Math.ceil(this.width/2),m=f%4,e=this.height-1;0<=e;e…
1095 BmpDecoder.prototype.bit8=function(){for(var f=this.width%4,m=this.height-1;0<=m;m--){for(var e=0;e…
1096 BmpDecoder.prototype.bit15=function(){var f=2*this.width%4;0!=f&&(f=4-f);for(var m=this.height-1;0<…
1097 BmpDecoder.prototype.bit16=function(){var f=2*this.width%4;0!=f&&(f=4-f);for(var m=this.height-1;0<…
1098 BmpDecoder.prototype.bit24=function(){var f=3*this.width%4;0!=f&&(f=4-f);for(var m=this.height-1;0<…
1099 BmpDecoder.prototype.bit32=function(){for(var f=this.height-1;0<=f;f--)for(var m=0;m<this.width;m++…
1107 …JSZip.support.uint8array&&b.async("uint8array").then(function(a){a=new BmpDecoder(a);var b=documen…