Lines Matching refs:hb_face_t
38 static void check_maxp_num_glyphs (hb_face_t *face, uint16_t expected_num_glyphs, bool hints) in check_maxp_num_glyphs()
63 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf()
64 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_glyf()
67 hb_face_t *face_abc_subset; in test_subset_glyf()
85 hb_face_t *face_components = hb_test_open_font_file ("fonts/Roboto-Regular.components.ttf"); in test_subset_glyf_with_components()
86 hb_face_t *face_subset = hb_test_open_font_file ("fonts/Roboto-Regular.components.subset.ttf"); in test_subset_glyf_with_components()
89 hb_face_t *face_generated_subset; in test_subset_glyf_with_components()
106 hb_face_t *face_fil = hb_test_open_font_file ("fonts/Roboto-Regular.gsub.fil.ttf"); in test_subset_glyf_with_gsub()
107 hb_face_t *face_fi = hb_test_open_font_file ("fonts/Roboto-Regular.gsub.fi.ttf"); in test_subset_glyf_with_gsub()
109 hb_face_t *face_subset; in test_subset_glyf_with_gsub()
133 hb_face_t *face_fil = hb_test_open_font_file ("fonts/Roboto-Regular.gsub.fil.ttf"); in test_subset_glyf_without_gsub()
134 hb_face_t *face_fi = hb_test_open_font_file ("fonts/Roboto-Regular.nogsub.fi.ttf"); in test_subset_glyf_without_gsub()
136 hb_face_t *face_subset; in test_subset_glyf_without_gsub()
160 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf_noop()
163 hb_face_t *face_abc_subset; in test_subset_glyf_noop()
181 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf_strip_hints_simple()
182 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.nohints.ttf"); in test_subset_glyf_strip_hints_simple()
186 hb_face_t *face_abc_subset; in test_subset_glyf_strip_hints_simple()
206 hb_face_t *face_components = hb_test_open_font_file ("fonts/Roboto-Regular.components.ttf"); in test_subset_glyf_strip_hints_composite()
207 …hb_face_t *face_subset = hb_test_open_font_file ("fonts/Roboto-Regular.components.1fc.nohints.ttf"… in test_subset_glyf_strip_hints_composite()
211 hb_face_t *face_generated_subset; in test_subset_glyf_strip_hints_composite()
231 …hb_face_t *face = hb_test_open_font_file ("../fuzzing/fonts/oom-ccc61c92d589f895174cdef6ff2e3b20e9… in test_subset_glyf_strip_hints_invalid()
241 hb_face_t *face_subset; in test_subset_glyf_strip_hints_invalid()