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

  /external/chromium_org/ui/gfx/
color_utils.h 76 GFX_EXPORT SkColor BlendTowardOppositeLuminance(SkColor color, SkAlpha alpha);
color_utils.cc 268 SkColor BlendTowardOppositeLuminance(SkColor color, SkAlpha alpha) {
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 188 return color_utils::BlendTowardOppositeLuminance(kBackgroundColor, alpha);
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 159 return color_utils::BlendTowardOppositeLuminance(
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 681 paint.setColor(color_utils::BlendTowardOppositeLuminance(
685 paint.setColor(color_utils::BlendTowardOppositeLuminance(
    [all...]

Completed in 1573 milliseconds