Searched defs:tint (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc36 int color, int tint) {
40 ThemeService::GetDefaultTint(tint));
336 // We shouldn't have a buttons tint, as it was invalid.
35 GenerateDefaultFrameColor(std::map<int, SkColor>* colors, int color, int tint) argument
/external/openssl/crypto/asn1/
H A Dtasn_dec.c927 ASN1_INTEGER **tint; local
991 tint = (ASN1_INTEGER **)pval;
992 if (!c2i_ASN1_INTEGER(tint, &cont, len))
995 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc52 // How much to tint the GTK+ color lighter at the top of the window.
55 // How much to tint the GTK+ color when an explicit frame color hasn't been
133 // Picks a button tint from a set of background colors. While
137 // pair. While 3/4 of the time the resulting tint will be the same, themes that
143 color_utils::HSL* tint) {
156 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
165 tint->h = -1;
168 tint->s = text_tint.s;
173 tint->l = accent_tint.l;
175 tint
140 PickButtonTintFromColors(const GdkColor& accent_gdk_color, const GdkColor& text_color, const GdkColor& background_color, color_utils::HSL* tint) argument
888 BuildAndSetFrameColor(const GdkColor* base, const GdkColor* gtk_base, const color_utils::HSL& tint, int color_id, int tint_id) argument
1073 color_utils::SkColorToHSL(GdkToSkColor(&color), tint); local
[all...]

Completed in 108 milliseconds