Searched defs:intensity (Results 1 - 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTexturePixel.java19 public float intensity, red, green, blue, alpha; field in class:TexturePixel
28 this.intensity = pixel.intensity;
142 this.intensity = pixelValue >= 0 ? pixelValue / 255.0f : 1.0f - (~pixelValue) / 255.0f;
146 this.intensity = this.blue = this.red = this.green = this.alpha = 0.0f;
222 this.intensity = this.blue = this.red = this.green = this.alpha = 0.0f;
236 this.intensity += pixel.intensity;
250 this.intensity *= value;
266 this.intensity /
[all...]
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
H A DSSAOFilter.java68 private float intensity = 1.5f; field in class:SSAOFilter
89 * @param intensity intensity of the resulting AO. default 1.2f
93 public SSAOFilter(float sampleRadius, float intensity, float scale, float bias) { argument
96 this.intensity = intensity;
168 ssaoMat.setFloat("Intensity", intensity);
207 * returns the ambient occlusion intensity
211 return intensity;
215 * Sets the Ambient occlusion intensity defaul
218 setIntensity(float intensity) argument
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-win.c945 double freq, rotate, saturate, gray, intensity; local
969 intensity = 0.0;
981 intensity = cos((angle+(rotate*dist*PI)) * freq) *
983 intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5;
987 v = MIN(MAX(intensity,0.0), 1.0);
H A Drpng2-x.c1215 double freq, rotate, saturate, gray, intensity; local
1239 intensity = 0.0;
1251 intensity = cos((angle+(rotate*dist*PI)) * freq) *
1253 intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5;
1257 v = MIN(MAX(intensity,0.0), 1.0);
1984 double freq, rotate, saturate, gray, intensity; local
2004 intensity = 0.0;
2016 intensity = cos((angle+(rotate*dist*PI)) * freq) *
2018 intensity
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DShaderProgram.cpp587 float intensity = a - (0.2989 * r + 0.5866 * g + 0.1145 * b); local
588 intensity = ((intensity - a / 2.0) * m_contrast) + a / 2.0;
589 intensity *= opacity;
590 return Color(intensity, intensity, intensity, a * opacity);
/external/v8/benchmarks/
H A Draytrace.js200 intensity: 10.0,
202 initialize : function(pos, color, intensity) {
205 this.intensity = (intensity ? intensity : 10.0);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js195 intensity: 10.0,
197 initialize : function(pos, color, intensity) {
200 this.intensity = (intensity ? intensity : 10.0);
204 if(distance >= intensity) return 0;
206 return Math.pow((intensity - distance) / strength, 0.2);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js195 intensity: 10.0,
197 initialize : function(pos, color, intensity) {
200 this.intensity = (intensity ? intensity : 10.0);
204 if(distance >= intensity) return 0;
206 return Math.pow((intensity - distance) / strength, 0.2);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js195 intensity: 10.0,
197 initialize : function(pos, color, intensity) {
200 this.intensity = (intensity ? intensity : 10.0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 180 milliseconds