Home
last modified time | relevance | path

Searched refs:new_ct_font (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-coretext.cc220 …CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0.0, nullptr, last_resort_font_de… in create_ct_font() local
222 if (new_ct_font) in create_ct_font()
235 atsFont = CTFontGetPlatformFont (new_ct_font, NULL); in create_ct_font()
240 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
246 ct_font = new_ct_font; in create_ct_font()
248 CFRelease (new_ct_font); in create_ct_font()
368 CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0, nullptr, varDesc); in _hb_coretext_shaper_font_data_create() local
373 ct_font = new_ct_font; in _hb_coretext_shaper_font_data_create()