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

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_dec.c 892 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);
    [all...]
  /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_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 106 // 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->l = accent_tint.l
1295 color_utils::SkColorToHSL(GdkColorToSkColor(color), tint); local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 73 milliseconds