HomeSort by relevance Sort by last modified time
    Searched refs:alpha_max (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 57 static const double alpha_max = 254.0 / 255; local
60 else if (alpha > alpha_max)
  /external/qemu/android/skin/
window.c 339 const unsigned alpha_max = (255*LCD_ALPHA_HIGH_MAX); local
340 const unsigned alpha_range = (255-alpha_max);
    [all...]

Completed in 91 milliseconds