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

  /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/webkit/Source/WebCore/rendering/
RenderThemeChromiumMac.mm 82 // Updates the control tint (a.k.a. active state) of |cell| (from |o|).
84 // NSCell(s) lack a parent NSView. Therefore controls don't have their tint
94 NSControlTint tint = isActive(o) ? [NSColor currentControlTint] :
97 if (tint != oldTint)
98 [cell setControlTint:tint];
  /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/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 283 NSControlTint tint = windowInactive ? static_cast<NSControlTint>(NSClearControlTint)
285 if (tint != oldTint)
286 [cell setControlTint:tint];
  /frameworks/base/core/java/android/widget/
ImageView.java 153 int tint = a.getInt(com.android.internal.R.styleable.ImageView_tint, 0); local
154 if (tint != 0) {
155 setColorFilter(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/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 150 milliseconds