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

  /external/tcpdump/
print-radius.c 836 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,
    [all...]
  /external/chromium_org/ui/gfx/
render_text_mac.h 71 // Applies RenderText styles to |attr_string| with the given |ct_font|.
72 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
render_text_mac.cc 196 void RenderTextMac::ApplyStyles(CFMutableAttributedStringRef attr_string,
215 CFAttributedStringSetAttribute(attr_string, range,
223 CFAttributedStringSetAttribute(attr_string, range,
236 CFAttributedStringSetAttribute(attr_string, range, kCTFontAttributeName,
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 278 const std::string attr_string = ToCppString(env, attr_name); local
279 ProgramVar program_var = program->GetAttribute(attr_string);
310 const std::string attr_string = ToCppString(env, attr_name); local
311 ProgramVar program_var = program->GetAttribute(attr_string);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 631 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (NULL, chars_len); local
632 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
633 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
663 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
672 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start - 1),
680 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
681 CFRelease (attr_string);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 629 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (NULL, chars_len); local
630 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
631 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
661 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
670 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start - 1),
678 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
679 CFRelease (attr_string);
    [all...]

Completed in 89 milliseconds