Home
last modified time | relevance | path

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

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc702 CGFontRef run_cg_font = CTFontCopyGraphicsFont (run_ct_font, 0); in _hb_coretext_shape() local
703 if (!CFEqual (run_cg_font, face_data->cg_font)) in _hb_coretext_shape()
705 CFRelease (run_cg_font); in _hb_coretext_shape()
742 CFRelease (run_cg_font); in _hb_coretext_shape()
/external/harfbuzz_ng/src/
Dhb-coretext.cc700 CGFontRef run_cg_font = CTFontCopyGraphicsFont (run_ct_font, 0); in _hb_coretext_shape() local
701 if (!CFEqual (run_cg_font, face_data->cg_font)) in _hb_coretext_shape()
703 CFRelease (run_cg_font); in _hb_coretext_shape()
740 CFRelease (run_cg_font); in _hb_coretext_shape()