Searched refs:hb_face_create_for_tables (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-face.cc | 110 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func, in hb_face_create_for_tables() function 208 face = hb_face_create_for_tables (_hb_face_for_data_reference_table, in hb_face_create() 697 return hb_face_create_for_tables (_hb_face_builder_reference_table, in hb_face_builder_create()
|
D | hb-face.h | 59 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
|
D | hb-ft.cc | 597 face = hb_face_create_for_tables (reference_table, ft_face, destroy); in hb_ft_face_create()
|
D | hb-coretext.cc | 299 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), _hb_cg_font_release); in hb_coretext_face_create()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 216 hb_face_create_for_tables
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 276 face.reset(hb_face_create_for_tables( in create_hb_font()
|
/external/harfbuzz_ng/ |
D | NEWS | 2065 hb_face_create_for_tables() takes user_data before destroy now
|