Searched refs:new_ct_font (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 220 …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() 365 CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0, nullptr, varDesc); in _hb_coretext_shaper_font_data_create() local 370 ct_font = new_ct_font; in _hb_coretext_shaper_font_data_create()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 233 …CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0.0, nullptr, last_resort_font_de… in create_ct_font() local 235 if (new_ct_font) in create_ct_font() 248 atsFont = CTFontGetPlatformFont (new_ct_font, NULL); in create_ct_font() 253 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font() 259 ct_font = new_ct_font; in create_ct_font() 261 CFRelease (new_ct_font); in create_ct_font()
|
/third_party/harfbuzz/src/ |
D | hb-coretext.cc | 220 …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()
|