HomeSort by relevance Sort by last modified time
    Searched defs:tint (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 927 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/openssl/crypto/asn1/
tasn_dec.c 927 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/
gtk_theme_service.cc 52 // 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->l = text_tint.l
1073 color_utils::SkColorToHSL(GdkToSkColor(&color), tint); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 61 // How much to tint the GTK+ color lighter at the top of the window.
64 // How much to tint the GTK+ color when an explicit frame color hasn't been
136 // Picks a button tint from a set of background colors. While
140 // pair. While 3/4 of the time the resulting tint will be the same, themes that
146 color_utils::HSL* tint) {
160 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
169 tint->h = -1;
172 tint->s = text_tint.s;
177 tint->l = accent_tint.l;
179 tint->l = text_tint.l
1119 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(color), tint); local
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 84 // How much to tint the GTK+ color lighter at the top of the window.
87 // How much to tint the GTK+ color when an explicit frame color hasn't been
174 // The image resources that will be tinted by the 'button' tint value.
212 // Picks a button tint from a set of background colors. While
216 // pair. While 3/4 of the time the resulting tint will be the same, themes that
222 color_utils::HSL* tint) {
237 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
246 tint->h = -1;
249 tint->s = text_tint.s;
254 tint->l = accent_tint.l
1139 color_utils::SkColorToHSL(GdkColorToSkColor(color), tint); local
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 155 int tint = a.getInt(com.android.internal.R.styleable.ImageView_tint, 0); local
156 if (tint != 0) {
157 setColorFilter(tint);
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 212 milliseconds