Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/test/api/
Dtest-ot-extents-cff.c37 hb_font_t *font = hb_font_create (face); in test_extents_cff1()
55 hb_font_t *font_j = hb_font_create (face_j); in test_extents_cff1()
76 hb_font_t *font = hb_font_create (face); in test_extents_cff1_flex()
98 hb_font_t *font = hb_font_create (face); in test_extents_cff1_seac()
128 hb_font_t *font = hb_font_create (face); in test_extents_cff2()
160 hb_font_t *font = hb_font_create (face); in test_extents_cff2_vsindex()
Dtest-font.c167 font = hb_font_create (face); in _test_fontfuncs_nil()
278 font1 = hb_font_create (face); in test_fontfuncs_subclassing()
408 font0 = hb_font_create (face); in test_fontfuncs_parallels()
442 created_from_empty = hb_font_create (hb_face_get_empty ()); in test_font_empty()
445 created_from_null = hb_font_create (NULL); in test_font_empty()
475 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-baseline.c35 hb_font_t *font = hb_font_create (face); in test_ot_layout_base()
Dtest-ot-ligature-carets.c34 hb_font_t *font = hb_font_create (face); in test_ot_layout_feature_get_name_ids_and_characters()
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-multithread.c142 font = hb_font_create (face); in main()
Dtest-ot-face.c39 hb_font_t *font = hb_font_create (face); in test_face()
Dtest-ot-color.c414 sbix_font = hb_font_create (sbix); in test_hb_ot_color_png()
436 cbdt_font = hb_font_create (cbdt); in test_hb_ot_color_png()
Dtest-ot-math.c101 hb_font = hb_font_create (hb_face); in test_has_data()
/external/harfbuzz_ng/src/
Dtest-would-substitute.cc52 hb_font_t *font = hb_font_create (face); in main()
Dtest-buffer-serialize.cc51 hb_font_t *font = hb_font_create (face); in main()
Dtest.cc54 hb_font_t *font = hb_font_create (face); in main()
Dtest-ot-color.cc76 hb_font_t *font = hb_font_create (face); in png_dump()
300 hb_font_t *font = hb_font_create (face); in main()
Dhb-font.h565 hb_font_create (hb_face_t *face);
Dhb-ft.cc671 font = hb_font_create (face); in hb_ft_font_create()
Dhb-coretext.cc378 hb_font_t *font = hb_font_create (face); in hb_coretext_font_create()
Dhb-font.cc1346 hb_font_create (hb_face_t *face) in hb_font_create() function
/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc15 hb_font_t *font = hb_font_create (face); in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/util/
Dhb-fc.cc111 font = hb_font_create (face); in hb_fc_font_create()
Doptions.cc672 font = hb_font_create (face); in get_font()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp52 hb_font_t *font = hb_font_create(face); in runTest()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt243 hb_font_create
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp93 HBFont font(hb_font_create(face.get())); in create_hb_font()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp291 HBFont otFont(hb_font_create(face.get())); in create_hb_font()

12