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

  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 207 double img_alpha = static_cast<double>(img_a) / 255.0; local
208 double img_inv = 1 - img_alpha;
214 static_cast<int>(((bg_r * img_inv) + (img_r * img_alpha)) * mask_a),
215 static_cast<int>(((bg_g * img_inv) + (img_g * img_alpha)) * mask_a),
216 static_cast<int>(((bg_b * img_inv) + (img_b * img_alpha)) * mask_a));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]

Completed in 147 milliseconds