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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 108 CTFontRef ct_font; member in struct:hb_coretext_shaper_font_data_t
123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL);
124 if (unlikely (!data->ct_font)) {
136 CFRelease (data->ct_font);
165 return font_data->ct_font;
218 (const void**) &font_data->ct_font,
  /external/chromium_org/ui/gfx/
render_text_mac.cc 113 base::ScopedCFTypeRef<CTFontRef> ct_font(
117 const void* values[] = { ct_font };
136 ApplyStyles(attr_text_mutable, ct_font);
307 CTFontRef ct_font = local
311 CTFontCopyFamilyName(ct_font));
313 run->text_size = CTFontGetSize(ct_font);
315 CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(ct_font);
  /external/harfbuzz_ng/src/
hb-coretext.cc 108 CTFontRef ct_font; member in struct:hb_coretext_shaper_font_data_t
123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL);
124 if (unlikely (!data->ct_font)) {
136 CFRelease (data->ct_font);
165 return font_data->ct_font;
218 (const void**) &font_data->ct_font,

Completed in 108 milliseconds