Home
last modified time | relevance | path

Searched refs:face_abc (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-subset-cff2.c35 hb_face_t *face_abc = hb_test_open_font_file("fonts/AdobeVFPrototype.abc.otf"); in test_subset_cff2_noop() local
42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2_noop()
45 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('C','F','F','2')); in test_subset_cff2_noop()
48 hb_face_destroy (face_abc); in test_subset_cff2_noop()
54 hb_face_t *face_abc = hb_test_open_font_file ("fonts/AdobeVFPrototype.abc.otf"); in test_subset_cff2() local
61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2()
67 hb_face_destroy (face_abc); in test_subset_cff2()
74 hb_face_t *face_abc = hb_test_open_font_file ("fonts/AdobeVFPrototype.abc.otf"); in test_subset_cff2_strip_hints() local
84 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff2_strip_hints()
90 hb_face_destroy (face_abc); in test_subset_cff2_strip_hints()
[all …]
Dtest-subset-hmtx.c50 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_hmtx_simple_subset() local
57 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_simple_subset()
64 hb_face_destroy (face_abc); in test_subset_hmtx_simple_subset()
72 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Inconsolata-Regular.abc.ttf"); in test_subset_hmtx_monospace() local
79 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_monospace()
86 hb_face_destroy (face_abc); in test_subset_hmtx_monospace()
94 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Inconsolata-Regular.abc.widerc.ttf"); in test_subset_hmtx_keep_num_metrics() local
101 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_keep_num_metrics()
108 hb_face_destroy (face_abc); in test_subset_hmtx_keep_num_metrics()
115 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Inconsolata-Regular.abc.widerc.ttf"); in test_subset_hmtx_decrease_num_metrics() local
[all …]
Dtest-subset-hdmx.c36 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_hdmx_simple_subset() local
43 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_simple_subset()
49 hb_face_destroy (face_abc); in test_subset_hdmx_simple_subset()
56 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.multihdmx.abc.ttf"); in test_subset_hdmx_multiple_device_records() local
62 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_multiple_device_records()
68 hb_face_destroy (face_abc); in test_subset_hdmx_multiple_device_records()
97 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_hdmx_noop() local
104 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_noop()
107 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('h','d','m','x')); in test_subset_hdmx_noop()
110 hb_face_destroy (face_abc); in test_subset_hdmx_noop()
Dtest-subset-glyf.c63 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf() local
70 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_glyf()
78 hb_face_destroy (face_abc); in test_subset_glyf()
85 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf_with_input_glyphs() local
93 hb_subset_test_create_subset (face_abc, hb_subset_test_create_input_from_glyphs (glyphs)); in test_subset_glyf_with_input_glyphs()
101 hb_face_destroy (face_abc); in test_subset_glyf_with_input_glyphs()
187 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_glyf_noop() local
194 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_glyf_noop()
198 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_noop()
199 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_noop()
[all …]
Dtest-subset-cff1.c35 hb_face_t *face_abc = hb_test_open_font_file("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_noop() local
42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1_noop()
45 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('C','F','F',' ')); in test_subset_cff1_noop()
48 hb_face_destroy (face_abc); in test_subset_cff1_noop()
54 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1() local
61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1()
67 hb_face_destroy (face_abc); in test_subset_cff1()
74 hb_face_t *face_abc = hb_test_open_font_file ("fonts/SourceSansPro-Regular.abc.otf"); in test_subset_cff1_strip_hints() local
84 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff1_strip_hints()
90 hb_face_destroy (face_abc); in test_subset_cff1_strip_hints()
[all …]
Dtest-subset-cmap.c35 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_cmap() local
42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cmap()
48 hb_face_destroy (face_abc); in test_subset_cmap()
77 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_cmap_noop() local
84 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cmap_noop()
87 hb_subset_test_check (face_abc, face_abc_subset, HB_TAG ('c','m','a','p')); in test_subset_cmap_noop()
90 hb_face_destroy (face_abc); in test_subset_cmap_noop()
Dtest-subset-os2.c34 hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf"); in test_subset_os2() local
40 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_os2()
46 hb_face_destroy (face_abc); in test_subset_os2()