Searched refs:attr_string (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dprint-radius.c836 const char *attr_string; local
845 attr_string = attr_type[rad_attr->type].name;
847 attr_string = "Unknown";
851 attr_string,
859 attr_string,
865 attr_string,
/external/chromium_org/ui/gfx/
H A Drender_text_mac.h71 // Applies RenderText styles to |attr_string| with the given |ct_font|.
72 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
H A Drender_text_mac.cc194 void RenderTextMac::ApplyStyles(CFMutableAttributedStringRef attr_string, argument
213 CFAttributedStringSetAttribute(attr_string, range,
221 CFAttributedStringSetAttribute(attr_string, range,
234 CFAttributedStringSetAttribute(attr_string, range, kCTFontAttributeName,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc591 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (NULL, chars_len); local
592 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
594 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
624 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
633 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start - 1),
641 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
642 CFRelease (attr_string);
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc225 CFAttributedStringRef attr_string = CFAttributedStringCreate (kCFAllocatorDefault, string_ref, attrs); local
229 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
230 CFRelease (attr_string);
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php3802 $attr_string = ''; variable
3804 $attr_string .= ' ' . $key . '="' . implode(' ', $attr) . '"';
3807 $parsed_code .= "<li$attr_string>$start{$code[$i-1]}$end</li>$ls";

Completed in 163 milliseconds