Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c167 font = hb_font_create (face); in _test_fontfuncs_nil()
278 font1 = hb_font_create (face); in test_fontfuncs_subclassing()
376 created_from_empty = hb_font_create (hb_face_get_empty ()); in test_font_empty()
379 created_from_null = hb_font_create (NULL); in test_font_empty()
409 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.cc92 hb_font_t *font = hb_font_create (face); in main()
Dtest-buffer-serialize.cc91 hb_font_t *font = hb_font_create (face); in main()
Dtest.cc94 hb_font_t *font = hb_font_create (face); in main()
Dhb-font.h527 hb_font_create (hb_face_t *face);
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-ft.cc603 font = hb_font_create (face); in hb_ft_font_create()
Dhb-coretext.cc317 hb_font_t *font = hb_font_create (face); in hb_coretext_font_create()
/external/harfbuzz_ng/util/
Dhb-fc.cc111 font = hb_font_create (face); in hb_fc_font_create()
Doptions.cc685 font = hb_font_create (face); in get_font()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt193 hb_font_create
/external/skia/tools/shape/
DSkShaper_harfbuzz.cpp67 HBFont font(hb_font_create(face.get())); in create_hb_font()
/external/skqp/tools/shape/
DSkShaper_harfbuzz.cpp65 HBFont font(hb_font_create(face.get())); in create_hb_font()
/external/harfbuzz_ng/
DNEWS566 * All fonts created with hb_font_create() now inherit from
1689 hb_font_create() takes a face and references it now