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

/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc54 int color, int tint) {
58 ThemeProperties::GetDefaultTint(tint));
515 // We shouldn't have a buttons tint, as it was invalid.
53 GenerateDefaultFrameColor(std::map<int, SkColor>* colors, int color, int tint) argument
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c892 ASN1_INTEGER **tint; local
954 tint = (ASN1_INTEGER **)pval;
955 if (!c2i_ASN1_INTEGER(tint, &cont, len))
958 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/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_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc106 // How much to tint the GTK+ color lighter at the top of the window.
109 // How much to tint the GTK+ color when an explicit frame color hasn't been
196 // The image resources that will be tinted by the 'button' tint value.
230 // Picks a button tint from a set of background colors. While
234 // pair. While 3/4 of the time the resulting tint will be the same, themes that
240 color_utils::HSL* tint) {
255 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
267 tint->h = -1;
270 tint->s = text_tint.s;
275 tint
237 PickButtonTintFromColors(const GdkColor& accent_gdk_color, const GdkColor& text_color, const GdkColor& background_color, color_utils::HSL* tint) argument
1026 BuildAndSetFrameColor(const GdkColor* base, const GdkColor* gtk_base, const color_utils::HSL& tint, int color_id, int tint_id) argument
1295 color_utils::SkColorToHSL(GdkColorToSkColor(color), tint); local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 434 milliseconds