Home
last modified time | relevance | path

Searched refs:face_ac (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-subset-cff2.c55 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.otf"); in test_subset_cff2() local
64 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C','F','F','2')); in test_subset_cff2()
68 hb_face_destroy (face_ac); in test_subset_cff2()
75 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nohints.otf"); in test_subset_cff2_strip_hints() local
87 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', '2')); in test_subset_cff2_strip_hints()
91 hb_face_destroy (face_ac); in test_subset_cff2_strip_hints()
98 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nosubrs.otf"); in test_subset_cff2_desubr() local
110 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', '2')); in test_subset_cff2_desubr()
114 hb_face_destroy (face_ac); in test_subset_cff2_desubr()
121 hb_face_t *face_ac = hb_test_open_font_file ("fonts/AdobeVFPrototype.ac.nosubrs.nohints.otf"); in test_subset_cff2_desubr_strip_hints() local
[all …]
Dtest-subset-hmtx.c51 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_hmtx_simple_subset() local
61 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('h','m','t','x')); in test_subset_hmtx_simple_subset()
65 hb_face_destroy (face_ac); in test_subset_hmtx_simple_subset()
73 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Inconsolata-Regular.ac.ttf"); in test_subset_hmtx_monospace() local
83 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('h','m','t','x')); in test_subset_hmtx_monospace()
87 hb_face_destroy (face_ac); in test_subset_hmtx_monospace()
95 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Inconsolata-Regular.ac.widerc.ttf"); in test_subset_hmtx_keep_num_metrics() local
105 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('h','m','t','x')); in test_subset_hmtx_keep_num_metrics()
109 hb_face_destroy (face_ac); in test_subset_hmtx_keep_num_metrics()
Dtest-subset-cff1.c55 hb_face_t *face_ac = hb_test_open_font_file ("fonts/SourceSansPro-Regular.ac.otf"); in test_subset_cff1() local
64 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C','F','F',' ')); in test_subset_cff1()
68 hb_face_destroy (face_ac); in test_subset_cff1()
75 hb_face_t *face_ac = hb_test_open_font_file ("fonts/SourceSansPro-Regular.ac.nohints.otf"); in test_subset_cff1_strip_hints() local
87 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C', 'F', 'F', ' ')); in test_subset_cff1_strip_hints()
91 hb_face_destroy (face_ac); in test_subset_cff1_strip_hints()
98 hb_face_t *face_ac = hb_test_open_font_file ("fonts/SourceSansPro-Regular.ac.nosubrs.otf"); in test_subset_cff1_desubr() local
110 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('C','F','F',' ')); in test_subset_cff1_desubr()
114 hb_face_destroy (face_ac); in test_subset_cff1_desubr()
121 …hb_face_t *face_ac = hb_test_open_font_file ("fonts/SourceSansPro-Regular.ac.nosubrs.nohints.otf"); in test_subset_cff1_desubr_strip_hints() local
[all …]
Dtest-subset-glyf.c64 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_glyf() local
73 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf()
74 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf()
79 hb_face_destroy (face_ac); in test_subset_glyf()
182 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.nohints.ttf"); in test_subset_glyf_strip_hints_simple() local
194 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_strip_hints_simple()
195 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_strip_hints_simple()
200 hb_face_destroy (face_ac); in test_subset_glyf_strip_hints_simple()
Dtest-subset-cmap.c36 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_cmap() local
45 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('c','m','a','p')); in test_subset_cmap()
49 hb_face_destroy (face_ac); in test_subset_cmap()
Dtest-subset-hdmx.c37 hb_face_t *face_ac = hb_test_open_font_file ("fonts/Roboto-Regular.ac.ttf"); in test_subset_hdmx_simple_subset() local
46 hb_subset_test_check (face_ac, face_abc_subset, HB_TAG ('h','d','m','x')); in test_subset_hdmx_simple_subset()
50 hb_face_destroy (face_ac); in test_subset_hdmx_simple_subset()