Lines Matching refs:hb_face_t

35   hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf");  in test_subset_cmap()
36 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_cmap()
39 hb_face_t *face_abc_subset; in test_subset_cmap()
55 hb_face_t *face = hb_test_open_font_file ("fonts/Roboto-Regular.D7,D8,D9,DA,DE.ttf"); in test_subset_cmap_non_consecutive_glyphs()
58 hb_face_t *face_subset; in test_subset_cmap_non_consecutive_glyphs()
77 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_cmap_noop()
80 hb_face_t *face_abc_subset; in test_subset_cmap_noop()
96 hb_face_t *face_origin = hb_test_open_font_file ("fonts/Mplus1p-Regular.ttf"); in test_subset_cmap4_no_exceeding_maximum_codepoint()
97 hb_face_t *face_expected = hb_test_open_font_file ("fonts/Mplus1p-Regular-cmap4-testing.ttf"); in test_subset_cmap4_no_exceeding_maximum_codepoint()
100 hb_face_t *face_subset; in test_subset_cmap4_no_exceeding_maximum_codepoint()
119 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_cmap_empty_tables()
120 hb_face_t *face_empty = hb_test_open_font_file ("fonts/Roboto-Regular.empty.ttf"); in test_subset_cmap_empty_tables()
123 hb_face_t *face_abc_subset; in test_subset_cmap_empty_tables()
139 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.cmap.ttf"); in test_subset_cmap_noto_color_emoji_noop()
142 hb_face_t *face_subset; in test_subset_cmap_noto_color_emoji_noop()
160 hb_face_t *face = hb_test_open_font_file ("fonts/NotoColorEmoji.cmap.ttf"); in test_subset_cmap_noto_color_emoji_non_consecutive_glyphs()
161 hb_face_t *face_expected = hb_test_open_font_file ("fonts/NotoColorEmoji.cmap.38,AE,2049.ttf"); in test_subset_cmap_noto_color_emoji_non_consecutive_glyphs()
164 hb_face_t *face_subset; in test_subset_cmap_noto_color_emoji_non_consecutive_glyphs()