• Home
  • Raw
  • Download

Lines Matching refs:codepoints

53   hb_set_t *codepoints = hb_set_create ();  in test_subset_hmtx_simple_subset()  local
55 hb_set_add (codepoints, 'a'); in test_subset_hmtx_simple_subset()
56 hb_set_add (codepoints, 'c'); in test_subset_hmtx_simple_subset()
57 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_simple_subset()
58 hb_set_destroy (codepoints); in test_subset_hmtx_simple_subset()
75 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_monospace() local
77 hb_set_add (codepoints, 'a'); in test_subset_hmtx_monospace()
78 hb_set_add (codepoints, 'c'); in test_subset_hmtx_monospace()
79 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_monospace()
80 hb_set_destroy (codepoints); in test_subset_hmtx_monospace()
97 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_keep_num_metrics() local
99 hb_set_add (codepoints, 'a'); in test_subset_hmtx_keep_num_metrics()
100 hb_set_add (codepoints, 'c'); in test_subset_hmtx_keep_num_metrics()
101 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_keep_num_metrics()
102 hb_set_destroy (codepoints); in test_subset_hmtx_keep_num_metrics()
118 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_decrease_num_metrics() local
120 hb_set_add (codepoints, 'a'); in test_subset_hmtx_decrease_num_metrics()
121 hb_set_add (codepoints, 'b'); in test_subset_hmtx_decrease_num_metrics()
122 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_decrease_num_metrics()
123 hb_set_destroy (codepoints); in test_subset_hmtx_decrease_num_metrics()
138 hb_set_t *codepoints = hb_set_create(); in test_subset_hmtx_noop() local
140 hb_set_add (codepoints, 'a'); in test_subset_hmtx_noop()
141 hb_set_add (codepoints, 'b'); in test_subset_hmtx_noop()
142 hb_set_add (codepoints, 'c'); in test_subset_hmtx_noop()
143 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_noop()
144 hb_set_destroy (codepoints); in test_subset_hmtx_noop()
160 hb_set_t *codepoints = hb_subset_input_unicode_set (input); in test_subset_invalid_hmtx() local
161 hb_set_add (codepoints, 'a'); in test_subset_invalid_hmtx()
162 hb_set_add (codepoints, 'b'); in test_subset_invalid_hmtx()
163 hb_set_add (codepoints, 'c'); in test_subset_invalid_hmtx()