Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dcolor_utils.cc277 const SkColor foreground2 = LumaInvertColor(foreground); in GetReadableColor() local
280 ContrastRatio(RelativeLuminance(foreground2), background_luminance)) ? in GetReadableColor()
281 foreground : foreground2; in GetReadableColor()