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.cc962 CGFontRef run_cg_font = CTFontCopyGraphicsFont (run_ct_font, 0); in _hb_coretext_shape() local
963 if (run_cg_font) in _hb_coretext_shape()
965 matched = CFEqual (run_cg_font, face_data->cg_font); in _hb_coretext_shape()
966 CFRelease (run_cg_font); in _hb_coretext_shape()