Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/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()
/third_party/flutter/skia/third_party/externals/harfbuzz/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.cc238 plan->drop_tables = hb_set_reference (input->drop_tables); in hb_subset_plan_create()
251 !input->drop_tables->has (HB_OT_TAG_GSUB)); in hb_subset_plan_create()
275 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.cc239 if (plan->drop_tables->has (tag)) in _should_drop_table()
/third_party/harfbuzz/src/
Dhb-subset-input.cc51 input->drop_tables = hb_set_create (); in hb_subset_input_create_or_fail()
82 input->drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail()
118 hb_set_destroy (subset_input->drop_tables); in hb_subset_input_destroy()
162 return subset_input->drop_tables; in hb_subset_input_drop_tables_set()
Dhb-subset-plan.cc364 plan->drop_tables = hb_set_reference (input->drop_tables); in hb_subset_plan_create()
393 !input->drop_tables->has (HB_OT_TAG_GSUB), in hb_subset_plan_create()
394 !input->drop_tables->has (HB_OT_TAG_GPOS), in hb_subset_plan_create()
395 !input->drop_tables->has (HB_OT_TAG_GDEF)); in hb_subset_plan_create()
421 hb_set_destroy (plan->drop_tables); in hb_subset_plan_destroy()
Dhb-subset-input.hh45 hb_set_t *drop_tables; member
Dhb-subset-plan.hh61 hb_set_t *drop_tables; member
Dhb-subset.cc215 if (plan->drop_tables->has (tag)) in _should_drop_table()
/third_party/harfbuzz/util/
Doptions-subset.cc210 hb_set_t *drop_tables = subset_opts->input->drop_tables; in parse_drop_tables() local
215 hb_set_clear (drop_tables); in parse_drop_tables()
230 hb_set_add (drop_tables, tag); in parse_drop_tables()
232 hb_set_del (drop_tables, tag); in parse_drop_tables()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc494 plan->drop_tables = hb_set_copy (input->sets.drop_tables); in hb_subset_plan_create()
527 !input->sets.drop_tables->has (HB_OT_TAG_GSUB), in hb_subset_plan_create()
528 !input->sets.drop_tables->has (HB_OT_TAG_GPOS), in hb_subset_plan_create()
529 !input->sets.drop_tables->has (HB_OT_TAG_GDEF)); in hb_subset_plan_create()
560 hb_set_destroy (plan->drop_tables); in hb_subset_plan_destroy()
Dhb-subset-input.hh49 hb_set_t *drop_tables; member
Dhb-subset-plan.hh64 hb_set_t *drop_tables; member
Dhb-subset-input.cc86 input->sets.drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail()
Dhb-subset.cc239 if (plan->drop_tables->has (tag)) in _should_drop_table()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc587 hb_set_t *drop_tables = hb_subset_input_set (subset_main->input, HB_SUBSET_SETS_DROP_TABLE_TAG); in parse_drop_tables() local
589 if (!is_remove && !is_add) hb_set_clear (drop_tables); in parse_drop_tables()
593 hb_set_clear (drop_tables); in parse_drop_tables()
595 hb_set_invert (drop_tables); in parse_drop_tables()
612 hb_set_add (drop_tables, tag); in parse_drop_tables()
614 hb_set_del (drop_tables, tag); in parse_drop_tables()