Home
last modified time | relevance | path

Searched refs:script_langsys_map (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh85 script_langsys_map (script_langsys_map_), in hb_prune_langsys_context_t()
101 hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> *script_langsys_map; member
141 const hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> *script_langsys_map; member
165 script_langsys_map = &c_->plan->gsub_langsys; in hb_subset_layout_context_t()
175 script_langsys_map = &c_->plan->gpos_langsys; in hb_subset_layout_context_t()
1145 if (!c->script_langsys_map->has (script_index)) in prune_langsys()
1147 …if (unlikely (!c->script_langsys_map->set (script_index, hb::unique_ptr<hb_set_t> {hb_set_create (… in prune_langsys()
1166 c->script_langsys_map->get (script_index)->add (_.first); in prune_langsys()
1176 c->script_langsys_map->get (script_index)->add (_.first); in prune_langsys()
1211 const hb_set_t *active_langsys = l->script_langsys_map->get (l->cur_script_index); in subset()
Dhb-subset-plan.cc66 typedef hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> script_langsys_map; typedef
312 script_langsys_map *langsys_map, in _closure_glyphs_lookups_features()
Dhb-ot-layout-gsubgpos.hh4753 hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> *script_langsys_map, in prune_langsys()
4756 …hb_prune_langsys_context_t c (this, script_langsys_map, duplicate_feature_map, new_feature_indexes… in prune_langsys()