Home
last modified time | relevance | path

Searched refs:check_maxp_num_glyphs (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset-glyf.c38 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()
[all …]
/third_party/harfbuzz/test/api/
Dtest-subset-glyf.c38 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()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset-glyf.c38 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()
123 check_maxp_num_glyphs(face_abc_subset, 3, true); in test_subset_glyf_with_input_glyphs()
144 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components()
173 check_maxp_num_glyphs(face_subset, 5, true); in test_subset_glyf_with_gsub()
202 check_maxp_num_glyphs(face_subset, 3, true); in test_subset_glyf_without_gsub()
222 check_maxp_num_glyphs(face_abc_subset, 4, true); in test_subset_glyf_noop()
246 check_maxp_num_glyphs(face_abc_subset, 3, false); in test_subset_glyf_strip_hints_simple()
271 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite()
327 check_maxp_num_glyphs(face_abc_subset, 4, true); in test_subset_glyf_retain_gids()
[all …]