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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 84 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
88 const color_utils::HSL& tint,
105 // Tints an icon based on tint.
107 const color_utils::HSL& tint) const;
117 // Returns the tint for buttons that contrasts with the normal window
119 void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
121 // Returns a tint that's the color of the current normal text in an entry.
122 void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
124 // Returns a tint that's the color of the current highlighted text in an
126 void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const
    [all...]
gtk2_ui.cc 64 // How much to tint the GTK+ color lighter at the top of the window.
67 // How much to tint the GTK+ color when an explicit frame color hasn't been
155 // The image resources that will be tinted by the 'button' tint value.
193 // Picks a button tint from a set of background colors. While
197 // pair. While 3/4 of the time the resulting tint will be the same, themes that
203 color_utils::HSL* tint) {
218 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
227 tint->h = -1;
230 tint->s = text_tint.s;
235 tint->l = accent_tint.l
999 color_utils::SkColorToHSL(GdkColorToSkColor(color), tint); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 185 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
189 const color_utils::HSL& tint,
215 // Tints an icon based on tint.
217 const color_utils::HSL& tint) const;
219 // Returns the tint for buttons that contrasts with the normal window
221 void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
223 // Returns a tint that's the color of the current normal text in an entry.
224 void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
226 // Returns a tint that's the color of the current highlighted text in an
228 void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const
    [all...]
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...]
gtk_theme_service.h 199 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
203 const color_utils::HSL& tint,
223 // Tints an icon based on tint.
225 const color_utils::HSL& tint) const;
227 // Returns the tint for buttons that contrasts with the normal window
229 void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
231 // Returns a tint that's the color of the current normal text in an entry.
232 void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
234 // Returns a tint that's the color of the current highlighted text in an
236 void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const
    [all...]
  /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/themes/
browser_theme_pack_unittest.cc 36 int color, int tint) {
40 ThemeService::GetDefaultTint(tint));
336 // We shouldn't have a buttons tint, as it was invalid.
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 222 case R.id.tint:
225 mEffect.setParameter("tint", Color.MAGENTA);
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 49 int color, int tint) {
53 ThemeProperties::GetDefaultTint(tint));
506 // We shouldn't have a buttons tint, as it was invalid.
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 648 // Checkboxes only have tint when checked.
652 // For now assume other controls have tint if enabled.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 1700 .icon-tint {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 277 milliseconds