Home
last modified time | relevance | path

Searched refs:hb_font_create (Results 1 – 16 of 16) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c157 font = hb_font_create (face); in _test_fontfuncs_nil()
268 font1 = hb_font_create (face); in test_fontfuncs_subclassing()
361 g_assert (hb_font_get_empty () != hb_font_create (hb_face_get_empty ())); in test_font_empty()
362 g_assert (hb_font_get_empty () != hb_font_create (NULL)); in test_font_empty()
384 font = hb_font_create (face); in test_font_properties()
Dtest-shape.c98 font = hb_font_create (face); in test_shape()
151 font = hb_font_create (face); in test_shape_clusters()
Dtest-object.c84 hb_font_t *font = hb_font_create (face); in create_font()
91 return hb_font_create (hb_face_get_empty ()); in create_font_from_inert()
Dtest-ot-math.c101 hb_font = hb_font_create (hb_face); in test_has_data()
/external/harfbuzz_ng/test/fuzzing/
Dhb-fuzzer.cc11 hb_font_t *font = hb_font_create(face); in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/src/
Dtest-would-substitute.cc94 hb_font_t *font = hb_font_create (face); in main()
Dtest-buffer-serialize.cc92 hb_font_t *font = hb_font_create (face); in main()
Dtest.cc96 hb_font_t *font = hb_font_create (face); in main()
Dhb-font.cc1114 hb_font_create (hb_face_t *face) in hb_font_create() function
1149 hb_font_t *font = hb_font_create (parent->face); in hb_font_create_sub_font()
Dhb-font.h527 hb_font_create (hb_face_t *face);
Dhb-ft.cc608 font = hb_font_create (face); in hb_ft_font_create()
/external/harfbuzz_ng/util/
Dhb-fc.cc111 font = hb_font_create (face); in hb_fc_font_create()
Doptions.cc616 font = hb_font_create (face); in get_font()
/external/skia/tools/
DSkShaper_harfbuzz.cpp72 fImpl->fHarfBuzzFont.reset(hb_font_create(face.get())); in SkShaper()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt185 hb_font_create
/external/harfbuzz_ng/
DNEWS339 * All fonts created with hb_font_create() now inherit from
1462 hb_font_create() takes a face and references it now