HomeSort by relevance Sort by last modified time
    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 208 color_utils::HSL text_tint; local
210 &text_tint); local
230 tint->s = text_tint.s;
237 tint->l = text_tint.l;
249 if (text_tint.l < 0.5)
251 else if (text_tint.l <= 0.9)
252 tint->l = text_tint.l;
    [all...]

Completed in 181 milliseconds