Searched refs:hb_face_create_for_tables (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-face.cc | 121 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func, in hb_face_create_for_tables() function 253 face = hb_face_create_for_tables (_hb_face_for_data_reference_table, in hb_face_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 | 87 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
|
H A D | hb-face-builder.cc | 218 hb_face_t *face = hb_face_create_for_tables (_hb_face_builder_reference_table, in hb_face_builder_create()
|
H A D | hb-directwrite.cc | 863 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
|
H A D | hb-ft.cc | 1187 face = hb_face_create_for_tables (_hb_ft_reference_table, ft_face, destroy); in hb_ft_face_create()
|
H A D | hb-coretext-shape.cc | 345 …hb_face_t *face = hb_face_create_for_tables (_hb_cg_reference_table, CGFontRetain (cg_font), _hb_c… in hb_coretext_face_create()
|
/aosp_15_r20/external/freetype/src/autofit/ |
H A D | ft-hb.c | 86 face = hb_face_create_for_tables (hb_ft_reference_table_, ft_face, destroy); in hb_ft_face_create_()
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-subset.c | 206 hb_face_t *face_create_for_tables = hb_face_create_for_tables ( in test_subset_create_for_tables_face()
|
H A D | test-font.c | 103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
|
/aosp_15_r20/external/harfbuzz_ng/docs/ |
H A D | harfbuzz-sections.txt | 364 hb_face_create_for_tables
|
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libharfbuzz_ng.so.toc | 367 362: FUNC GLOBAL DEFAULT 15 hb_face_create_for_tables
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 290 face.reset(hb_face_create_for_tables(
|
/aosp_15_r20/external/harfbuzz_ng/ |
H A D | NEWS | 42 “hb_face_create_for_tables()” (e.g. faces returned by “hb_subset_or_fail()”). 663 - Fix subsetting of HarfBuzz faces created via hb_face_create_for_tables(). 3396 hb_face_create_for_tables() takes user_data before destroy now
|