OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_tint
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
148
color_utils::HSL
text_tint
;
local
149
color_utils::SkColorToHSL(GdkToSkColor(&text_color), &
text_tint
);
local
168
tint->s =
text_tint
.s;
175
tint->l =
text_tint
.l;
187
if (
text_tint
.l < 0.5)
189
else if (
text_tint
.l <= 0.9)
190
tint->l =
text_tint
.l;
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc
151
color_utils::HSL
text_tint
;
local
152
color_utils::SkColorToHSL(gfx::GdkColorToSkColor(text_color), &
text_tint
);
local
172
tint->s =
text_tint
.s;
179
tint->l =
text_tint
.l;
191
if (
text_tint
.l < 0.5)
193
else if (
text_tint
.l <= 0.9)
194
tint->l =
text_tint
.l;
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
227
color_utils::HSL
text_tint
;
local
229
&
text_tint
);
local
249
tint->s =
text_tint
.s;
256
tint->l =
text_tint
.l;
268
if (
text_tint
.l < 0.5)
270
else if (
text_tint
.l <= 0.9)
271
tint->l =
text_tint
.l;
[
all
...]
Completed in 283 milliseconds