Lines Matching refs:green
58 var green = this.buffer[this.pos++];
63 green: green, property in BmpDecoder.parseHeader.palette
101 this.data[location+i*4 + 1] = rgb.green;
129 this.data[location + 1] = rgb.green;
137 this.data[location+4 + 1] = rgb.green;
158 this.data[location + 1] = rgb.green;
188 var green = (B >> 5 & _1_5 ) / _1_5 * 255 | 0;
194 this.data[location + 1] = green;
219 var green = (B >> 5 & _1_5) / _1_5 * 255 | 0;
224 this.data[location + 1] = green;
243 var green = this.buffer[this.pos++];
247 this.data[location + 1] = green;
266 var green = this.buffer[this.pos++];
272 this.data[location + 1] = green;