Home
last modified time | relevance | path

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

/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()