Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc848 CGFontRef run_cg_font = CTFontCopyGraphicsFont (run_ct_font, 0); in _hb_coretext_shape() local
849 if (run_cg_font) in _hb_coretext_shape()
851 matched = CFEqual (run_cg_font, face_data); in _hb_coretext_shape()
852 CFRelease (run_cg_font); in _hb_coretext_shape()