Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:red

80     red : 0.0,
89 this.red = r;
97 result.red = c1.red + c2.red;
107 result.red = c1.red + s;
119 result.red = c1.red - c2.red;
129 result.red = c1.red * c2.red;
139 result.red = c1.red * f;
149 result.red = c1.red / f;
157 this.red = (this.red > 0.0) ? ( (this.red > 1.0) ? 1.0 : this.red ) : 0.0;
163 var d = Math.abs(this.red - color.red) + Math.abs(this.green - color.green) + Math.abs(this.blue - color.blue);
177 var r = Math.floor(this.red*255);
184 var r = Math.floor(this.red*255);