Lines Matching refs:face_ac
55 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.otf"); in test_subset_cff2() local
64 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C','F','F','2')); in test_subset_cff2()
68 hb_face_destroy (face_ac); in test_subset_cff2()
75 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nohints.otf"); in test_subset_cff2_strip_hints() local
87 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', '2')); in test_subset_cff2_strip_hints()
91 hb_face_destroy (face_ac); in test_subset_cff2_strip_hints()
98 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nosubrs.otf"); in test_subset_cff2_desubr() local
110 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', '2')); in test_subset_cff2_desubr()
114 hb_face_destroy (face_ac); in test_subset_cff2_desubr()
121 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf"); in test_subset_cff2_desubr_strip_hints() local
134 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', '2')); in test_subset_cff2_desubr_strip_hints()
138 hb_face_destroy (face_ac); in test_subset_cff2_desubr_strip_hints()