Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-face.cc121 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 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.h87 hb_face_create_for_tables (hb_reference_table_func_t reference_table_func,
H A Dhb-face-builder.cc218 hb_face_t *face = hb_face_create_for_tables (_hb_face_builder_reference_table, in hb_face_builder_create()
H A Dhb-directwrite.cc863 return hb_face_create_for_tables (_hb_directwrite_reference_table, font_face, in hb_directwrite_face_create()
H A Dhb-ft.cc1187 face = hb_face_create_for_tables (_hb_ft_reference_table, ft_face, destroy); in hb_ft_face_create()
H A Dhb-coretext-shape.cc345 …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 Dft-hb.c86 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 Dtest-subset.c206 hb_face_t *face_create_for_tables = hb_face_create_for_tables ( in test_subset_create_for_tables_face()
H A Dtest-font.c103 face = hb_face_create_for_tables (get_table, &freed, free_up); in test_face_createfortables()
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt364 hb_face_create_for_tables
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc367 362: FUNC GLOBAL DEFAULT 15 hb_face_create_for_tables
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp290 face.reset(hb_face_create_for_tables(
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS42hb_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