Home
last modified time | relevance | path

Searched refs:alpha_max (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
Dskbitmap_operations.cc87 static const double alpha_max = 254.0 / 255; in CreateBlendedBitmap() local
90 else if (alpha > alpha_max) in CreateBlendedBitmap()
/external/qemu/android/skin/
Dwindow.c339 const unsigned alpha_max = (255*LCD_ALPHA_HIGH_MAX); in lcd_brightness_argb32() local
340 const unsigned alpha_range = (255-alpha_max); in lcd_brightness_argb32()