Lines Matching refs:codepoints
53 hb_set_t *codepoints = hb_set_create (); in test_subset_vmtx_simple_subset() local
54 hb_set_add (codepoints, 0x660E); in test_subset_vmtx_simple_subset()
56 …e_full_subset = hb_subset_test_create_subset (face_full, hb_subset_test_create_input (codepoints)); in test_subset_vmtx_simple_subset()
57 hb_set_destroy (codepoints); in test_subset_vmtx_simple_subset()
73 hb_set_t *codepoints = hb_set_create(); in test_subset_vmtx_noop() local
74 hb_set_add (codepoints, 0x660E); in test_subset_vmtx_noop()
75 hb_set_add (codepoints, 0x6975); in test_subset_vmtx_noop()
76 hb_set_add (codepoints, 0x73E0); in test_subset_vmtx_noop()
77 hb_set_add (codepoints, 0x5EA6); in test_subset_vmtx_noop()
78 hb_set_add (codepoints, 0x8F38); in test_subset_vmtx_noop()
79 hb_set_add (codepoints, 0x6E05); in test_subset_vmtx_noop()
80 …e_full_subset = hb_subset_test_create_subset (face_full, hb_subset_test_create_input (codepoints)); in test_subset_vmtx_noop()
81 hb_set_destroy (codepoints); in test_subset_vmtx_noop()