OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accent_tint
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
145
color_utils::HSL
accent_tint
;
local
146
color_utils::SkColorToHSL(accent_color, &
accent_tint
);
172
if (fabs(
accent_tint
.l - background_tint.l) > 0.3)
173
tint->l =
accent_tint
.l;
178
tint->h =
accent_tint
.h;
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
148
color_utils::HSL
accent_tint
;
local
149
color_utils::SkColorToHSL(accent_color, &
accent_tint
);
176
if (fabs(
accent_tint
.l - background_tint.l) > 0.3)
177
tint->l =
accent_tint
.l;
182
tint->h =
accent_tint
.h;
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
224
color_utils::HSL
accent_tint
;
local
225
color_utils::SkColorToHSL(accent_color, &
accent_tint
);
253
if (fabs(
accent_tint
.l - background_tint.l) > 0.3)
254
tint->l =
accent_tint
.l;
259
tint->h =
accent_tint
.h;
[
all
...]
Completed in 31 milliseconds