Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-input.hh48 hb_set_t *no_subset_tables; member
Dhb-subset-plan.cc495 plan->no_subset_tables = hb_set_copy (input->sets.no_subset_tables); in hb_subset_plan_create()
561 hb_set_destroy (plan->no_subset_tables); in hb_subset_plan_destroy()
Dhb-subset-plan.hh61 hb_set_t *no_subset_tables; member
Dhb-subset-input.cc101 input->sets.no_subset_tables->add_array (default_no_subset_tables, in hb_subset_input_create_or_fail()
Dhb-subset.cc281 if (plan->no_subset_tables->has (tag)) { in _subset_table()