Searched refs:parseBGR (Results 1 – 2 of 2) sorted by relevance
16 this.parseBGR();72 BmpDecoder.prototype.parseBGR = function() { method in BmpDecoder
1088 …&77!=this.buffer[1])throw Error("Invalid BMP File");this.pos+=2;this.parseHeader();this.parseBGR()}1092 this.palette[m]={red:k,green:q,blue:e,quad:d}}}};BmpDecoder.prototype.parseBGR=function(){this.pos=… method in BmpDecoder