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 D | hb-face.cc | 101 * 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 D | hb-gdi.cc | 82 return hb_face_create_for_tables (_hb_gdi_reference_table, (void *) hfont, nullptr); in hb_gdi_face_create()
|
H A D | hb-face.h | 67 * Callback function for hb_face_create_for_tables(). 78 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
|
H A D | hb-directwrite.cc | 869 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
|
H A D | hb-ft.cc | 691 face = hb_face_create_for_tables (_hb_ft_reference_table, ft_face, destroy); in hb_ft_face_create()
|
H A D | hb-coretext.cc | 297 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 D | test-font.c | 103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 358 // 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