Searched refs:check_maxp_num_glyphs (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset-glyf.c | 38 static void check_maxp_num_glyphs (hb_face_t *face, uint16_t expected_num_glyphs, bool hints) in check_maxp_num_glyphs() function 75 check_maxp_num_glyphs(face_abc_subset, 3, true); in test_subset_glyf() 96 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components() 123 check_maxp_num_glyphs(face_subset, 5, true); in test_subset_glyf_with_gsub() 150 check_maxp_num_glyphs(face_subset, 3, true); in test_subset_glyf_without_gsub() 172 check_maxp_num_glyphs(face_abc_subset, 4, true); in test_subset_glyf_noop() 196 check_maxp_num_glyphs(face_abc_subset, 3, false); in test_subset_glyf_strip_hints_simple() 221 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite()
|