Home
last modified time | relevance | path

Searched refs:hb_face_create_for_tables (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.cc101 * hb_face_create_for_tables:
119 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func, in hb_face_create_for_tables() function
225 face = hb_face_create_for_tables (_hb_face_for_data_reference_table, in hb_face_create()
742 return hb_face_create_for_tables (_hb_face_builder_reference_table, in hb_face_builder_create()
H A Dhb-gdi.cc82 return hb_face_create_for_tables (_hb_gdi_reference_table, (void *) hfont, nullptr); in hb_gdi_face_create()
H A Dhb-face.h67 * Callback function for hb_face_create_for_tables().
78 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
H A Dhb-directwrite.cc869 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
H A Dhb-ft.cc691 face = hb_face_create_for_tables (_hb_ft_reference_table, ft_face, destroy); in hb_ft_face_create()
H A Dhb-coretext.cc297 return hb_face_create_for_tables (_hb_cg_reference_table, CGFontRetain (cg_font), _hb_cg_font_release); in hb_coretext_face_create()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-font.c103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp358 // hb_face_create_for_tables may still create a working hb_face.
370 face.reset(hb_face_create_for_tables(
394 face.reset(hb_face_create_for_tables(

Completed in 10 milliseconds