Searched refs:alpha_max (Results 1 – 2 of 2) sorted by relevance
87 static const double alpha_max = 254.0 / 255; in CreateBlendedBitmap() local90 else if (alpha > alpha_max) in CreateBlendedBitmap()
339 const unsigned alpha_max = (255*LCD_ALPHA_HIGH_MAX); in lcd_brightness_argb32() local340 const unsigned alpha_range = (255-alpha_max); in lcd_brightness_argb32()