Searched refs:face_generated_subset (Results 1 – 3 of 3) sorted by relevance
/third_party/harfbuzz/test/api/ |
D | test-subset-glyf.c | 112 hb_face_t *face_generated_subset; in test_subset_glyf_with_components() local 114 …face_generated_subset = hb_subset_test_create_subset (face_components, hb_subset_test_create_input… in test_subset_glyf_with_components() 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() 119 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components() 121 hb_face_destroy (face_generated_subset); in test_subset_glyf_with_components() 238 hb_face_t *face_generated_subset; in test_subset_glyf_strip_hints_composite() local 243 face_generated_subset = hb_subset_test_create_subset (face_components, input); in test_subset_glyf_strip_hints_composite() 246 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite() 247 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_strip_hints_composite() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-glyf.c | 112 hb_face_t *face_generated_subset; in test_subset_glyf_with_components() local 114 …face_generated_subset = hb_subset_test_create_subset (face_components, hb_subset_test_create_input… in test_subset_glyf_with_components() 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() 119 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components() 121 hb_face_destroy (face_generated_subset); in test_subset_glyf_with_components() 238 hb_face_t *face_generated_subset; in test_subset_glyf_strip_hints_composite() local 243 face_generated_subset = hb_subset_test_create_subset (face_components, input); in test_subset_glyf_strip_hints_composite() 246 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite() 247 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_strip_hints_composite() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-glyf.c | 137 hb_face_t *face_generated_subset; in test_subset_glyf_with_components() local 139 …face_generated_subset = hb_subset_test_create_subset (face_components, hb_subset_test_create_input… in test_subset_glyf_with_components() 142 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('g','l','y','f')); in test_subset_glyf_with_components() 143 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_with_components() 144 check_maxp_num_glyphs(face_generated_subset, 4, true); in test_subset_glyf_with_components() 146 hb_face_destroy (face_generated_subset); in test_subset_glyf_with_components() 263 hb_face_t *face_generated_subset; in test_subset_glyf_strip_hints_composite() local 268 face_generated_subset = hb_subset_test_create_subset (face_components, input); in test_subset_glyf_strip_hints_composite() 271 check_maxp_num_glyphs(face_generated_subset, 4, false); in test_subset_glyf_strip_hints_composite() 272 hb_subset_test_check (face_subset, face_generated_subset, HB_TAG ('l','o','c', 'a')); in test_subset_glyf_strip_hints_composite() [all …]
|