Searched refs:hb_face_create (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 39 g_assert (hb_face_get_empty () != hb_face_create (hb_blob_get_empty (), 0)); in test_face_empty() 40 g_assert (hb_face_get_empty () != hb_face_create (NULL, 0)); in test_face_empty() 54 face = hb_face_create (blob, 0); in test_face_create() 154 face = hb_face_create (blob, 0); in _test_fontfuncs_nil() 266 face = hb_face_create (blob, 0); in test_fontfuncs_subclassing() 382 face = hb_face_create (blob, 0); in test_font_properties()
|
D | test-shape.c | 96 face = hb_face_create (blob, 0); in test_shape() 150 face = hb_face_create (NULL, 0); in test_shape_clusters()
|
D | test-object.c | 70 hb_face_t *face = hb_face_create (blob, 0); in create_face() 77 return hb_face_create (hb_blob_get_empty (), 0); in create_face_from_inert()
|
/external/harfbuzz_ng/src/ |
D | hb-face.h | 47 hb_face_create (hb_blob_t *blob,
|
D | test-size-params.cc | 86 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-would-substitute.cc | 90 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test-buffer-serialize.cc | 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | test.cc | 91 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
|
D | hb-face.cc | 163 hb_face_create (hb_blob_t *blob, in hb_face_create() function
|
D | hb-ft.cc | 504 face = hb_face_create (blob, ft_face->face_index); in hb_ft_face_create()
|
/external/harfbuzz_ng/test/fuzzing/ |
D | hb-fuzzer.cc | 10 hb_face_t *face = hb_face_create(blob, 0); in LLVMFuzzerTestOneInput()
|
/external/harfbuzz_ng/util/ |
D | hb-fc.cc | 109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
|
D | options.cc | 548 hb_face_t *face = hb_face_create (blob, face_index); in get_font()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 160 hb_face_create
|
/external/harfbuzz_ng/ |
D | NEWS | 1279 hb_face_create_for_data() renamed to hb_face_create()
|