Lines Matching refs:face_abc

35   hb_face_t *face_abc = hb_test_open_font_file("fonts/SourceSansPro-Regular.abc.otf");  in test_subset_cff1_noop()  local
42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1_noop()
45 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('C','F','F',' ')); in test_subset_cff1_noop()
48 hb_face_destroy (face_abc); in test_subset_cff1_noop()
54 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1() local
61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1()
67 hb_face_destroy (face_abc); in test_subset_cff1()
74 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_strip_hints() local
84 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff1_strip_hints()
90 hb_face_destroy (face_abc); in test_subset_cff1_strip_hints()
97 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_desubr() local
107 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff1_desubr()
113 hb_face_destroy (face_abc); in test_subset_cff1_desubr()
120 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_desubr_strip_hints() local
131 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff1_desubr_strip_hints()
137 hb_face_destroy (face_abc); in test_subset_cff1_desubr_strip_hints()
296 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_retaingids() local
306 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff1_retaingids()
312 hb_face_destroy (face_abc); in test_subset_cff1_retaingids()