Home
last modified time | relevance | path

Searched refs:BmpDecoder (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js8 function BmpDecoder(buffer,is_with_alpha) { class
19 BmpDecoder.prototype.parseHeader = function() {
72 BmpDecoder.prototype.parseBGR = function() {
90 BmpDecoder.prototype.bit1 = function() {
116 BmpDecoder.prototype.bit4 = function() {
149 BmpDecoder.prototype.bit8 = function() {
175 BmpDecoder.prototype.bit15 = function() {
204 BmpDecoder.prototype.bit16 = function() {
233 BmpDecoder.prototype.bit24 = function() {
261 BmpDecoder.prototype.bit32 = function() {
[all …]
H A Dimporter.js428 var bitmap = new BmpDecoder(bmpData);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1088 …);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++…
[all …]