Searched refs:face_subset (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset-glyf.c | 86 hb_face_t *face_subset = hb_test_open_font_file ("fonts/Roboto-Regular.components.subset.ttf"); in test_subset_glyf_with_components() local 94 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_components() 95 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_components() 99 hb_face_destroy (face_subset); in test_subset_glyf_with_components() 109 hb_face_t *face_subset; in test_subset_glyf_with_gsub() local 119 face_subset = hb_subset_test_create_subset (face_fil, input); in test_subset_glyf_with_gsub() 121 hb_subset_test_check (face_fi, face_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_gsub() 122 hb_subset_test_check (face_fi, face_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_gsub() 123 check_maxp_num_glyphs(face_subset, 5, true); in test_subset_glyf_with_gsub() 125 hb_face_destroy (face_subset); in test_subset_glyf_with_gsub() [all …]
|
D | test-subset-cff1.c | 235 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()
|
D | test-subset-cmap.c | 58 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()
|
D | test-subset-post.c | 36 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()
|
D | test-subset-vmtx.c | 50 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()
|