Lines Matching refs:check_maxp_num_glyphs
38 static void check_maxp_num_glyphs (hb_face_t *face, uint16_t expected_num_glyphs, bool hints) in check_maxp_num_glyphs() function
73 check_maxp_num_glyphs(face_abc_subset, 3, true); in test_subset_glyf()
98 check_maxp_num_glyphs(face_abc_subset, 3, true); in test_subset_glyf_with_input_glyphs()
119 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components()
148 check_maxp_num_glyphs(face_subset, 5, true); in test_subset_glyf_with_gsub()
177 check_maxp_num_glyphs(face_subset, 3, true); in test_subset_glyf_without_gsub()
197 check_maxp_num_glyphs(face_abc_subset, 4, true); in test_subset_glyf_noop()
221 check_maxp_num_glyphs(face_abc_subset, 3, false); in test_subset_glyf_strip_hints_simple()
246 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite()
303 check_maxp_num_glyphs(face_abc_subset, 4, true); in test_subset_glyf_retain_gids()
327 check_maxp_num_glyphs(face_abc_subset, 2, true); in test_subset_glyf_retain_gids_truncates()