Searched defs:ct_font (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-coretext.cc159 CTFontRef ct_font = nullptr; local
172 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr);
173 CFStringRef ct_result_name = CTFontCopyPostScriptName(ct_font);
176 CFRelease(ct_font);
177 ct_font = nullptr;
183 if (!ct_font)
184 ct_font = CTFontCreateWithGraphicsFont (cg_font, font_size, nullptr, nullptr);
186 if (unlikely (!ct_font)) {
199 CFStringRef fontName = CTFontCopyPostScriptName (ct_font);
203 return ct_font;
291 CTFontRef ct_font = create_ct_font (cg_font, coretext_font_size_from_ptem (font->ptem)); local
312 hb_coretext_font_create(CTFontRef ct_font) argument
595 CTFontRef ct_font = (CTFontRef) HB_SHAPER_DATA_GET (font); local
[all...]

Completed in 102 milliseconds