Home
last modified time | relevance | path

Searched refs:hb_face_create_for_tables (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-face.cc83 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func, in hb_face_create_for_tables() function
176 face = hb_face_create_for_tables (_hb_face_for_data_reference_table, in hb_face_create()
Dhb-face.h54 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
Dhb-ft.cc356 face = hb_face_create_for_tables (reference_table, ft_face, destroy); in hb_ft_face_create()
Dhb-coretext.cc69 …return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGF… in hb_coretext_face_create()
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt148 hb_face_create_for_tables
/external/harfbuzz_ng/test/api/
Dtest-font.c93 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
/external/harfbuzz_ng/
DNEWS957 hb_face_create_for_tables() takes user_data before destroy now