Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc49 CGFontRef cg_font; member
75 data->cg_font = CGFontCreateWithDataProvider (provider); in _hb_coretext_shaper_face_data_create()
78 if (unlikely (!data->cg_font)) { in _hb_coretext_shaper_face_data_create()
90 CFRelease (data->cg_font); in _hb_coretext_shaper_face_data_destroy()
99 return face_data->cg_font; in hb_coretext_face_get_cg_font()
123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc49 CGFontRef cg_font; member
75 data->cg_font = CGFontCreateWithDataProvider (provider); in _hb_coretext_shaper_face_data_create()
78 if (unlikely (!data->cg_font)) { in _hb_coretext_shaper_face_data_create()
90 CFRelease (data->cg_font); in _hb_coretext_shaper_face_data_destroy()
99 return face_data->cg_font; in hb_coretext_face_get_cg_font()
123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create()