Searched defs:brightness (Results 1 - 9 of 9) sorted by relevance

/external/qemu/android/protocol/
H A Dui-commands.h26 /* Changes display brightness. */
40 int brightness; member in struct:UICmdChangeDispBrightness
H A Dui-commands-proxy.c135 /* a callback function called when the system wants to change the brightness
139 * brightness is an integer (acceptable range are 0..255), however the
146 int brightness)
153 cmd->brightness = brightness;
144 _uiCmdProxy_brightness_change_callback(void* opaque, const char* light, int brightness) argument
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGenerator.java276 * This method applies brightness and contrast for RGB textures.
281 texres.red = (texres.red - 0.5f) * bacd.contrast + bacd.brightness;
285 texres.green =(texres.green - 0.5f) * bacd.contrast + bacd.brightness;
289 texres.blue = (texres.blue - 0.5f) * bacd.contrast + bacd.brightness;
296 * This method applies brightness and contrast for Luminance textures.
299 * @param brightness
301 protected void applyBrightnessAndContrast(TexturePixel texres, float contrast, float brightness) { argument
302 texres.intensity = (texres.intensity - 0.5f) * contrast + brightness;
394 * This class contains brightness and contrast data.
399 public final float brightness; field in class:TextureGenerator.BrightnessAndContrastData
[all...]
/external/kernel-headers/original/linux/
H A Dvideodev.h87 __u16 brightness; member in struct:video_picture
/external/qemu/android/skin/
H A Dwindow.c95 int brightness; member in struct:ADisplay
146 disp->brightness = LCD_BRIGHTNESS_DEFAULT;
294 lcd_brightness_argb32( unsigned char* pixels, SkinRect* r, int pitch, int brightness )
301 unsigned alpha = brightness;
588 if (disp->brightness == LCD_BRIGHTNESS_OFF)
602 lcd_brightness_argb32( surface->pixels, &r, surface->pitch, disp->brightness );
1479 skin_window_set_lcd_brightness( SkinWindow* window, int brightness )
1484 disp->brightness = brightness;
/external/kernel-headers/original/media/
H A Dmsm_camera.h1407 int8_t brightness; member in union:sensor_cfg_data::__anon7243
/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.gtk.linux.x86_3.6.1.v3657a.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 ...

Completed in 179 milliseconds