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.cc218 …CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0.0, nullptr, last_resort_font_de… in create_ct_font() local
220 if (new_ct_font) in create_ct_font()
233 atsFont = CTFontGetPlatformFont (new_ct_font, NULL); in create_ct_font()
238 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
244 ct_font = new_ct_font; in create_ct_font()
246 CFRelease (new_ct_font); in create_ct_font()