Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-subset-glyf.c109 hb_face_t *face_subset = hb_test_open_font_file ("fonts/Roboto-Regular.components.subset.ttf"); in test_subset_glyf_with_components() local
117 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_components()
118 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_components()
122 hb_face_destroy (face_subset); in test_subset_glyf_with_components()
132 hb_face_t *face_subset; in test_subset_glyf_with_gsub() local
144 face_subset = hb_subset_test_create_subset (face_fil, input); in test_subset_glyf_with_gsub()
146 hb_subset_test_check (face_fi, face_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_gsub()
147 hb_subset_test_check (face_fi, face_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_gsub()
148 check_maxp_num_glyphs(face_subset, 5, true); in test_subset_glyf_with_gsub()
150 hb_face_destroy (face_subset); in test_subset_glyf_with_gsub()
[all …]
Dtest-subset-nameids.c37 hb_face_t *face_subset; in test_subset_nameids() local
40face_subset = hb_subset_test_create_subset (face_origin, hb_subset_test_create_input_from_nameids … in test_subset_nameids()
43 hb_subset_test_check (face_expected, face_subset, HB_TAG ('n','a','m','e')); in test_subset_nameids()
45 hb_face_destroy (face_subset); in test_subset_nameids()
57 hb_face_t *face_subset; in test_subset_nameids_with_dup_strs() local
60face_subset = hb_subset_test_create_subset (face_origin, hb_subset_test_create_input_from_nameids … in test_subset_nameids_with_dup_strs()
63 hb_subset_test_check (face_expected, face_subset, HB_TAG ('n','a','m','e')); in test_subset_nameids_with_dup_strs()
65 hb_face_destroy (face_subset); in test_subset_nameids_with_dup_strs()
Dtest-subset-cff1.c235 hb_face_t *face_subset = hb_test_open_font_file ("fonts/cff1_expert.2D,F6E9,FB00.otf"); in test_subset_cff1_expert() local
245 hb_subset_test_check (face_subset, face_test, HB_TAG ('C','F','F',' ')); in test_subset_cff1_expert()
248 hb_face_destroy (face_subset); in test_subset_cff1_expert()
256 hb_face_t *face_subset = hb_test_open_font_file ("fonts/cff1_seac.C0.otf"); in test_subset_cff1_seac() local
264 hb_subset_test_check (face_subset, face_test, HB_TAG ('C','F','F',' ')); in test_subset_cff1_seac()
267 hb_face_destroy (face_subset); in test_subset_cff1_seac()
275 hb_face_t *face_subset = hb_test_open_font_file ("fonts/cff1_dotsect.nohints.otf"); in test_subset_cff1_dotsection() local
286 hb_subset_test_check (face_subset, face_test, HB_TAG ('C','F','F',' ')); in test_subset_cff1_dotsection()
289 hb_face_destroy (face_subset); in test_subset_cff1_dotsection()
Dtest-subset-cmap.c58 hb_face_t *face_subset; in test_subset_cmap_non_consecutive_glyphs() local
65 face_subset = hb_subset_test_create_subset (face, hb_subset_test_create_input (codepoints)); in test_subset_cmap_non_consecutive_glyphs()
68 hb_subset_test_check (face, face_subset, HB_TAG ('c','m','a','p')); in test_subset_cmap_non_consecutive_glyphs()
70 hb_face_destroy (face_subset); in test_subset_cmap_non_consecutive_glyphs()
Dtest-subset-post.c36 hb_face_t *face_subset = hb_test_open_font_file ("fonts/Mplus1p-Regular.660E.ttf"); in test_post_drops_glyph_names() local
45 hb_subset_test_check (face_subset, face_full_subset, HB_TAG ('p','o','s','t')); in test_post_drops_glyph_names()
49 hb_face_destroy (face_subset); in test_post_drops_glyph_names()
Dtest-subset-vmtx.c50 hb_face_t *face_subset = hb_test_open_font_file ("fonts/Mplus1p-Regular.660E.ttf"); in test_subset_vmtx_simple_subset() local
60 hb_subset_test_check (face_subset, face_full_subset, HB_TAG ('v','m','t','x')); in test_subset_vmtx_simple_subset()
64 hb_face_destroy (face_subset); in test_subset_vmtx_simple_subset()