Home
last modified time | relevance | path

Searched refs:hb_subset_input_drop_tables_set (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/fuzzing/
Dhb-subset-fuzzer.cc25 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG ('G', 'S', 'U', 'B')); in trySubset()
26 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG ('G', 'P', 'O', 'S')); in trySubset()
27 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG ('G', 'D', 'E', 'F')); in trySubset()
/external/harfbuzz_ng/test/api/
Dtest-subset-glyf.c140 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'S', 'U', 'B')); in test_subset_glyf_with_gsub()
141 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'P', 'O', 'S')); in test_subset_glyf_with_gsub()
142 hb_set_del (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'D', 'E', 'F')); in test_subset_glyf_with_gsub()
169 hb_set_add (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'S', 'U', 'B')); in test_subset_glyf_without_gsub()
170 hb_set_add (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'P', 'O', 'S')); in test_subset_glyf_without_gsub()
171 hb_set_add (hb_subset_input_drop_tables_set (input), HB_TAG('G', 'D', 'E', 'F')); in test_subset_glyf_without_gsub()
Dtest-subset-drop-tables.c41 hb_set_add (hb_subset_input_drop_tables_set (input), HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables()
42 hb_set_add (hb_subset_input_drop_tables_set (input), HB_TAG ('h', 'm', 't', 'x')); in test_subset_drop_tables()
/external/harfbuzz_ng/src/
Dhb-subset.h61 hb_subset_input_drop_tables_set (hb_subset_input_t *subset_input);
Dhb-subset-input.cc155 hb_subset_input_drop_tables_set (hb_subset_input_t *subset_input) in hb_subset_input_drop_tables_set() function