Searched refs:face_a (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset-hdmx.c | 57 hb_face_t *face_a = hb_test_open_font_file ("fonts/Roboto-Regular.multihdmx.a.ttf"); in test_subset_hdmx_multiple_device_records() local 65 hb_subset_test_check (face_a, face_abc_subset, HB_TAG ('h','d','m','x')); in test_subset_hdmx_multiple_device_records() 69 hb_face_destroy (face_a); in test_subset_hdmx_multiple_device_records()
|
D | test-subset-glyf.c | 316 hb_face_t *face_a = hb_test_open_font_file ("fonts/Roboto-Regular.a.retaingids.ttf"); in test_subset_glyf_retain_gids_truncates() local 328 hb_subset_test_check (face_a, face_abc_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_retain_gids_truncates() 329 hb_subset_test_check (face_a, face_abc_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_retain_gids_truncates() 333 hb_face_destroy (face_a); in test_subset_glyf_retain_gids_truncates()
|