Searched refs:brightness_off (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ | ||
| H A D | tv_fs450.c | 2837 int brightness_off; local in function:config_brightness_contrast 2844 brightness_off = (int)(0.5f + ((float)brightness * 440.0f / 100.0f)) - 220; 2857 black = (int)((float)(black + brightness_off) * contrast_mult); 2858 white = (int)((float)(white + brightness_off) * contrast_mult); 2876 int brightness_off; local in function:conget_brightness_contrast 2903 brightness_off = 2910 ((float)(brightness_off + 220) * 100.0f / 440.0f)), 0, |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ | ||
| H A D | tv_fs450.c | 2608 int brightness_off; local in function:config_brightness_contrast 2615 brightness_off = 2629 black = (int) ((float) (black + brightness_off) * contrast_mult); 2630 white = (int) ((float) (white + brightness_off) * contrast_mult); 2648 int brightness_off; local in function:conget_brightness_contrast 2675 brightness_off = 2680 range_limit((int) (0.5f + ((float) (brightness_off + |
Completed in 10 milliseconds