Home
last modified time | relevance | path

Searched refs:drop_tables (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/util/
Doptions-subset.cc94 hb_set_t *drop_tables = subset_opts->input->drop_tables; in parse_drop_tables() local
99 hb_set_clear (drop_tables); in parse_drop_tables()
114 hb_set_add (drop_tables, tag); in parse_drop_tables()
116 hb_set_del (drop_tables, tag); in parse_drop_tables()
/external/harfbuzz_ng/src/
Dhb-subset-input.cc49 input->drop_tables = hb_set_create (); in hb_subset_input_create_or_fail()
84 input->drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail()
119 hb_set_destroy (subset_input->drop_tables); in hb_subset_input_destroy()
157 return subset_input->drop_tables; in hb_subset_input_drop_tables_set()
Dhb-subset-plan.cc219 plan->drop_tables = hb_set_reference (input->drop_tables); in hb_subset_plan_create()
232 !input->drop_tables->has (HB_OT_TAG_GSUB)); in hb_subset_plan_create()
256 hb_set_destroy (plan->drop_tables); in hb_subset_plan_destroy()
Dhb-subset-input.hh44 hb_set_t *drop_tables; member
Dhb-subset-plan.hh53 hb_set_t *drop_tables; member
Dhb-subset.cc241 if (plan->drop_tables->has (tag)) in _should_drop_table()
/external/fonttools/Lib/fontTools/subset/
D__init__.py2312 self.drop_tables = self._drop_tables_default[:]
2461 if (tag.strip() in self.options.drop_tables or