Home | History | Annotate | Download | only in themes

Lines Matching refs:color_utils

55   color_utils::HSL result;
56 color_utils::SkColorToHSL(color, &result);
58 return color_utils::HSLToSkColor(result, SkColorGetA(color));
82 color_utils::GetSysSkColor(COLOR_WINDOW);
84 color_utils::GetSysSkColor(COLOR_WINDOWTEXT);
86 color_utils::GetSysSkColor(COLOR_HOTLIGHT);
109 const color_utils::HSL kDefaultTintButtons = { -1, -1, -1 };
110 const color_utils::HSL kDefaultTintFrame = { -1, -1, -1 };
111 const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
112 const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
113 const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
114 const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };
432 color_utils::HSL ThemeService::GetDefaultTint(int id) {
447 color_utils::HSL result = {-1, -1, -1};
540 color_utils::HSL ThemeService::GetTint(int id) const {
543 color_utils::HSL hsl;