Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-gdi.cc68 hb_gdi_face_create (HFONT hfont) in hb_gdi_face_create() argument
70 return hb_face_create_for_tables (_hb_gdi_reference_table, (void *) hfont, nullptr); in hb_gdi_face_create()
Dhb-gdi.h35 hb_gdi_face_create (HFONT hfont);
Dhb-uniscribe.cc514 HFONT hfont; member
558 data->hfont = CreateFontIndirectW (&data->log_font); in _hb_uniscribe_shaper_font_data_create()
559 if (unlikely (!data->hfont)) { in _hb_uniscribe_shaper_font_data_create()
565 if (!SelectObject (data->hdc, data->hfont)) { in _hb_uniscribe_shaper_font_data_create()
579 if (data->hfont) in _hb_uniscribe_shaper_font_data_destroy()
580 DeleteObject (data->hfont); in _hb_uniscribe_shaper_font_data_destroy()
597 return data ? data->hfont : nullptr; in hb_uniscribe_font_get_hfont()