Searched refs:face_fi (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset-glyf.c | 107 hb_face_t *face_fi = hb_test_open_font_file ("fonts/Roboto-Regular.gsub.fi.ttf"); in test_subset_glyf_with_gsub() local 121 hb_subset_test_check (face_fi, face_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_gsub() 122 hb_subset_test_check (face_fi, face_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_gsub() 126 hb_face_destroy (face_fi); in test_subset_glyf_with_gsub() 134 hb_face_t *face_fi = hb_test_open_font_file ("fonts/Roboto-Regular.nogsub.fi.ttf"); in test_subset_glyf_without_gsub() local 148 hb_subset_test_check (face_fi, face_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_without_gsub() 149 hb_subset_test_check (face_fi, face_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_without_gsub() 153 hb_face_destroy (face_fi); in test_subset_glyf_without_gsub()
|